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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1100
1101
1102
1103
1104
1105
# File 'lib/aws-sdk-xray/types.rb', line 1100

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

#next_tokenString

Pagination token.

Returns:

  • (String)


1100
1101
1102
1103
1104
1105
# File 'lib/aws-sdk-xray/types.rb', line 1100

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