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:



1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-xray/types.rb', line 1049

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

#next_tokenString

Pagination token.

Returns:

  • (String)


1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-xray/types.rb', line 1049

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