You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::GetInsightSummariesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightSummariesRequest
- Defined in:
- (unknown)
Overview
When passing GetInsightSummariesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
states: ["ACTIVE"], # accepts ACTIVE, CLOSED
group_arn: "GroupARN",
group_name: "GroupName",
start_time: Time.now, # required
end_time: Time.now, # required
max_results: 1,
next_token: "Token",
}
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end of the time frame in which the insights ended.
-
#group_arn ⇒ String
The Amazon Resource Name (ARN) of the group.
-
#group_name ⇒ String
The name of the group.
-
#max_results ⇒ Integer
The maximum number of results to display.
-
#next_token ⇒ String
Pagination token.
-
#start_time ⇒ Time
The beginning of the time frame in which the insights started.
-
#states ⇒ Array<String>
The list of insight states.
Instance Attribute Details
#end_time ⇒ Time
The end of the time frame in which the insights ended. The end time can\'t be more than 30 days old.
#group_arn ⇒ String
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn\'t provided.
#group_name ⇒ String
The name of the group. Required if the GroupARN isn\'t provided.
#max_results ⇒ Integer
The maximum number of results to display.
#next_token ⇒ String
Pagination token.
#start_time ⇒ Time
The 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.