Class: Aws::XRay::Types::GetInsightSummariesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightSummariesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_summaries ⇒ Array<Types::InsightSummary>
The summary of each insight within the group matching the provided filters.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#insight_summaries ⇒ Array<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.
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_token ⇒ String
Pagination token.
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 |