Class: Aws::XRay::Types::GetInsightEventsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightEventsResult
- Defined in:
- gems/aws-sdk-xray/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.
903 904 905 906 907 908 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 903 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.
903 904 905 906 907 908 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 903 class GetInsightEventsResult < Struct.new( :insight_events, :next_token) SENSITIVE = [] include Aws::Structure end |