Class: Aws::XRay::Types::GetInsightSummariesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

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",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end of the time frame in which the insights ended. The end time can’t be more than 30 days old.

Returns:

  • (Time)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'lib/aws-sdk-xray/types.rb', line 1075

class GetInsightSummariesRequest < Struct.new(
  :states,
  :group_arn,
  :group_name,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#group_arnString

The Amazon Resource Name (ARN) of the group. Required if the GroupName isn’t provided.

Returns:

  • (String)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'lib/aws-sdk-xray/types.rb', line 1075

class GetInsightSummariesRequest < Struct.new(
  :states,
  :group_arn,
  :group_name,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the group. Required if the GroupARN isn’t provided.

Returns:

  • (String)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'lib/aws-sdk-xray/types.rb', line 1075

class GetInsightSummariesRequest < Struct.new(
  :states,
  :group_arn,
  :group_name,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to display.

Returns:

  • (Integer)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'lib/aws-sdk-xray/types.rb', line 1075

class GetInsightSummariesRequest < Struct.new(
  :states,
  :group_arn,
  :group_name,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'lib/aws-sdk-xray/types.rb', line 1075

class GetInsightSummariesRequest < Struct.new(
  :states,
  :group_arn,
  :group_name,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The beginning of the time frame in which the insights started. The start time can’t be more than 30 days old.

Returns:

  • (Time)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'lib/aws-sdk-xray/types.rb', line 1075

class GetInsightSummariesRequest < Struct.new(
  :states,
  :group_arn,
  :group_name,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statesArray<String>

The list of insight states.

Returns:

  • (Array<String>)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'lib/aws-sdk-xray/types.rb', line 1075

class GetInsightSummariesRequest < Struct.new(
  :states,
  :group_arn,
  :group_name,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end