Class: Aws::XRay::Types::GetInsightEventsRequest

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_idString

The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.

Returns:

  • (String)


816
817
818
819
820
821
822
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 816

class GetInsightEventsRequest < Struct.new(
  :insight_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Used to retrieve at most the specified value of events.

Returns:

  • (Integer)


816
817
818
819
820
821
822
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 816

class GetInsightEventsRequest < Struct.new(
  :insight_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token returned by a previous request to retrieve the next page of events.

Returns:

  • (String)


816
817
818
819
820
821
822
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 816

class GetInsightEventsRequest < Struct.new(
  :insight_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end