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

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

Overview

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)


977
978
979
980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 977

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)


977
978
979
980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 977

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)


977
978
979
980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 977

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)


977
978
979
980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 977

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)


977
978
979
980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 977

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)


977
978
979
980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 977

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>)


977
978
979
980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 977

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