Class: Aws::XRay::Types::GetInsightEventsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightEventsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_events ⇒ Array<Types::InsightEvent>
A detailed description of the event.
-
#next_token ⇒ String
Use this token to retrieve the next page of insight events.
Instance Attribute Details
#insight_events ⇒ Array<Types::InsightEvent>
A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.
883 884 885 886 887 888 |
# File 'lib/aws-sdk-xray/types.rb', line 883 class GetInsightEventsResult < Struct.new( :insight_events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Use this token to retrieve the next page of insight events.
883 884 885 886 887 888 |
# File 'lib/aws-sdk-xray/types.rb', line 883 class GetInsightEventsResult < Struct.new( :insight_events, :next_token) SENSITIVE = [] include Aws::Structure end |