Class: Aws::XRay::Types::GetInsightEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_id ⇒ String
The insight’s unique identifier.
-
#max_results ⇒ Integer
Used to retrieve at most the specified value of events.
-
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of events.
Instance Attribute Details
#insight_id ⇒ String
The insight’s unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
863 864 865 866 867 868 869 |
# File 'lib/aws-sdk-xray/types.rb', line 863 class GetInsightEventsRequest < Struct.new( :insight_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Used to retrieve at most the specified value of events.
863 864 865 866 867 868 869 |
# File 'lib/aws-sdk-xray/types.rb', line 863 class GetInsightEventsRequest < Struct.new( :insight_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of events.
863 864 865 866 867 868 869 |
# File 'lib/aws-sdk-xray/types.rb', line 863 class GetInsightEventsRequest < Struct.new( :insight_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |