Class: Aws::XRay::Types::GetInsightEventsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insight_eventsArray<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.

Returns:



836
837
838
839
840
841
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 836

class GetInsightEventsResult < Struct.new(
  :insight_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Use this token to retrieve the next page of insight events.

Returns:

  • (String)


836
837
838
839
840
841
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 836

class GetInsightEventsResult < Struct.new(
  :insight_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end