Class: Aws::XRay::Types::ListRetrievedTracesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ListRetrievedTracesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
-
#retrieval_token ⇒ String
Retrieval token.
-
#trace_format ⇒ String
Format of the requested traces.
Instance Attribute Details
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
2080 2081 2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-xray/types.rb', line 2080 class ListRetrievedTracesRequest < Struct.new( :retrieval_token, :trace_format, :next_token) SENSITIVE = [] include Aws::Structure end |
#retrieval_token ⇒ String
Retrieval token.
2080 2081 2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-xray/types.rb', line 2080 class ListRetrievedTracesRequest < Struct.new( :retrieval_token, :trace_format, :next_token) SENSITIVE = [] include Aws::Structure end |
#trace_format ⇒ String
Format of the requested traces.
2080 2081 2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-xray/types.rb', line 2080 class ListRetrievedTracesRequest < Struct.new( :retrieval_token, :trace_format, :next_token) SENSITIVE = [] include Aws::Structure end |