![]() |
![]()
| ![]() |
![]()
NAMEPaws::DevOpsGuru::ListInsights - Arguments for method ListInsights on Paws::DevOpsGuru DESCRIPTIONThis class represents the parameters used for calling the method ListInsights on the Amazon DevOps Guru service. Use the attributes of this class as arguments to method ListInsights. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ListInsights. SYNOPSISmy $devops-guru = Paws->service('DevOpsGuru'); my $ListInsightsResponse = $devops -guru->ListInsights( StatusFilter => { Any => { StartTimeRange => { FromTime => '1970-01-01T01:00:00', # OPTIONAL ToTime => '1970-01-01T01:00:00', # OPTIONAL }, Type => 'REACTIVE', # values: REACTIVE, PROACTIVE }, # OPTIONAL Closed => { EndTimeRange => { FromTime => '1970-01-01T01:00:00', # OPTIONAL ToTime => '1970-01-01T01:00:00', # OPTIONAL }, Type => 'REACTIVE', # values: REACTIVE, PROACTIVE }, # OPTIONAL Ongoing => { Type => 'REACTIVE', # values: REACTIVE, PROACTIVE }, # OPTIONAL }, MaxResults => 1, # OPTIONAL NextToken => 'MyUuidNextToken', # OPTIONAL ); # Results: my $NextToken = $ListInsightsResponse->NextToken; my $ProactiveInsights = $ListInsightsResponse->ProactiveInsights; my $ReactiveInsights = $ListInsightsResponse->ReactiveInsights; # Returns a L<Paws::DevOpsGuru::ListInsightsResponse> 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/devops-guru/ListInsights> ATTRIBUTESMaxResults => IntThe maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned "nextToken" value. NextToken => StrThe pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page. REQUIRED StatusFilter => Paws::DevOpsGuru::ListInsightsStatusFilterA filter used to filter the returned insights by their status. You can specify one status filter. SEE ALSOThis class forms part of Paws, documenting arguments for method ListInsights in Paws::DevOpsGuru 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>
|