Class: Aws::XRay::Types::ListRetrievedTracesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ListRetrievedTracesResult
- 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_status ⇒ String
Status of the retrieval.
-
#trace_format ⇒ String
Format of the requested traces.
-
#traces ⇒ Array<Types::RetrievedTrace>
Full traces for the specified requests.
Instance Attribute Details
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
2107 2108 2109 2110 2111 2112 2113 2114 |
# File 'lib/aws-sdk-xray/types.rb', line 2107 class ListRetrievedTracesResult < Struct.new( :retrieval_status, :trace_format, :traces, :next_token) SENSITIVE = [] include Aws::Structure end |
#retrieval_status ⇒ String
Status of the retrieval.
2107 2108 2109 2110 2111 2112 2113 2114 |
# File 'lib/aws-sdk-xray/types.rb', line 2107 class ListRetrievedTracesResult < Struct.new( :retrieval_status, :trace_format, :traces, :next_token) SENSITIVE = [] include Aws::Structure end |
#trace_format ⇒ String
Format of the requested traces.
2107 2108 2109 2110 2111 2112 2113 2114 |
# File 'lib/aws-sdk-xray/types.rb', line 2107 class ListRetrievedTracesResult < Struct.new( :retrieval_status, :trace_format, :traces, :next_token) SENSITIVE = [] include Aws::Structure end |
#traces ⇒ Array<Types::RetrievedTrace>
Full traces for the specified requests.
2107 2108 2109 2110 2111 2112 2113 2114 |
# File 'lib/aws-sdk-xray/types.rb', line 2107 class ListRetrievedTracesResult < Struct.new( :retrieval_status, :trace_format, :traces, :next_token) SENSITIVE = [] include Aws::Structure end |