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.
1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-xray/types.rb', line 1002 class GetInsightSummariesResult < Struct.new( :insight_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-xray/types.rb', line 1002 class GetInsightSummariesResult < Struct.new( :insight_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |