class Aws::XRay::Types::GetInsightSummariesRequest
@note When making an API call, you may pass GetInsightSummariesRequest
data as a 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", }
@!attribute [rw] states
The list of insight states. @return [Array<String>]
@!attribute [rw] group_arn
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided. @return [String]
@!attribute [rw] group_name
The name of the group. Required if the GroupARN isn't provided. @return [String]
@!attribute [rw] start_time
The beginning of the time frame in which the insights started. The start time can't be more than 30 days old. @return [Time]
@!attribute [rw] end_time
The end of the time frame in which the insights ended. The end time can't be more than 30 days old. @return [Time]
@!attribute [rw] max_results
The maximum number of results to display. @return [Integer]
@!attribute [rw] next_token
Pagination token. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetInsightSummariesRequest AWS API Documentation
Constants
- SENSITIVE