You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::GetInsightSummariesRequestWhen passing GetInsightSummariesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
states: ["ACTIVE"], group_arn: "GroupARN",
group_name: "GroupName",
start_time: Time.now, end_time: Time.now, max_results: 1,
next_token: "Token",
}
Instance Attribute Summary collapse
The end of the time frame in which the insights ended.
The Amazon Resource Name (ARN) of the group.
The name of the group.
The maximum number of results to display.
Pagination token.
The beginning of the time frame in which the insights started.
The list of insight states.
The end of the time frame in which the insights ended. The end time can\'t be more than 30 days old.
#group_arn ⇒ StringThe Amazon Resource Name (ARN) of the group. Required if the GroupName isn\'t provided.
#group_name ⇒ StringThe name of the group. Required if the GroupARN isn\'t provided.
#max_results ⇒ IntegerThe maximum number of results to display.
#start_time ⇒ TimeThe beginning of the time frame in which the insights started. The start time can\'t be more than 30 days old.
#states ⇒ Array<String>The list of insight states.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4