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.
836 837 838 839 840 841 |
# File 'lib/aws-sdk-xray/types.rb', line 836 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.
836 837 838 839 840 841 |
# File 'lib/aws-sdk-xray/types.rb', line 836 class GetInsightEventsResult < Struct.new( :insight_events, :next_token) SENSITIVE = [] include Aws::Structure end |