Class: Aws::XRay::Types::GetInsightSummariesResult

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

#insight_summariesArray<Types::InsightSummary>

The summary of each insight within the group matching the provided filters. The summary contains the InsightID, start and end time, the root cause service, the root cause and client impact statistics, the top anomalous services, and the status of the insight.

Returns:



1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1002

class GetInsightSummariesResult < Struct.new(
  :insight_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1002

class GetInsightSummariesResult < Struct.new(
  :insight_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end