The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::CodeGuruProfiler::GetRecommendations - Arguments for method GetRecommendations on Paws::CodeGuruProfiler

DESCRIPTION

This class represents the parameters used for calling the method GetRecommendations on the Amazon CodeGuru Profiler service. Use the attributes of this class as arguments to method GetRecommendations.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to GetRecommendations.

SYNOPSIS

my $codeguru-profiler = Paws->service('CodeGuruProfiler');
my $GetRecommendationsResponse = $codeguru -profiler->GetRecommendations(
  EndTime            => '1970-01-01T01:00:00',
  ProfilingGroupName => 'MyProfilingGroupName',
  StartTime          => '1970-01-01T01:00:00',
  Locale             => 'MyLocale',               # OPTIONAL
);

# Results:
my $Anomalies          = $GetRecommendationsResponse->Anomalies;
my $ProfileEndTime     = $GetRecommendationsResponse->ProfileEndTime;
my $ProfileStartTime   = $GetRecommendationsResponse->ProfileStartTime;
my $ProfilingGroupName = $GetRecommendationsResponse->ProfilingGroupName;
my $Recommendations    = $GetRecommendationsResponse->Recommendations;

# Returns a L<Paws::CodeGuruProfiler::GetRecommendationsResponse> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/codeguru-profiler/GetRecommendations

ATTRIBUTES

REQUIRED EndTime => Str

The start time of the profile to get analysis data about. You must specify startTime and endTime. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

Locale => Str

The language used to provide analysis. Specify using a string that is one of the following BCP 47 language codes.

  • de-DE - German, Germany

  • en-GB - English, United Kingdom

  • en-US - English, United States

  • es-ES - Spanish, Spain

  • fr-FR - French, France

  • it-IT - Italian, Italy

  • ja-JP - Japanese, Japan

  • ko-KR - Korean, Republic of Korea

  • pt-BR - Portugese, Brazil

  • zh-CN - Chinese, China

  • zh-TW - Chinese, Taiwan

REQUIRED ProfilingGroupName => Str

The name of the profiling group to get analysis data about.

REQUIRED StartTime => Str

The end time of the profile to get analysis data about. You must specify startTime and endTime. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

SEE ALSO

This class forms part of Paws, documenting arguments for method GetRecommendations in Paws::CodeGuruProfiler

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues