![]() |
![]()
| ![]() |
![]()
NAMEPaws::CodeGuruProfiler::GetRecommendations - Arguments for method GetRecommendations on Paws::CodeGuruProfiler DESCRIPTIONThis 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. SYNOPSISmy $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> ATTRIBUTESREQUIRED EndTime => StrThe 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 => StrThe language used to provide analysis. Specify using a string that is one of the following "BCP 47" language codes.
REQUIRED ProfilingGroupName => StrThe name of the profiling group to get analysis data about. REQUIRED StartTime => StrThe 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 ALSOThis class forms part of Paws, documenting arguments for method GetRecommendations in Paws::CodeGuruProfiler BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|