Class: Aws::XRay::Types::GetTraceSummariesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetTraceSummariesResult
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_time ⇒ Time
The start time of this page of results.
-
#next_token ⇒ String
If the requested time frame contained more than one page of results, you can use this token to retrieve the next page.
-
#trace_summaries ⇒ Array<Types::TraceSummary>
Trace IDs and annotations for traces that were found in the specified time frame.
-
#traces_processed_count ⇒ Integer
The total number of traces processed, including traces that did not match the specified filter expression.
Instance Attribute Details
#approximate_time ⇒ Time
The start time of this page of results.
1530 1531 1532 1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1530 class GetTraceSummariesResult < Struct.new( :trace_summaries, :approximate_time, :traces_processed_count, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.
1530 1531 1532 1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1530 class GetTraceSummariesResult < Struct.new( :trace_summaries, :approximate_time, :traces_processed_count, :next_token) SENSITIVE = [] include Aws::Structure end |
#trace_summaries ⇒ Array<Types::TraceSummary>
Trace IDs and annotations for traces that were found in the specified time frame.
1530 1531 1532 1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1530 class GetTraceSummariesResult < Struct.new( :trace_summaries, :approximate_time, :traces_processed_count, :next_token) SENSITIVE = [] include Aws::Structure end |
#traces_processed_count ⇒ Integer
The total number of traces processed, including traces that did not match the specified filter expression.
1530 1531 1532 1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1530 class GetTraceSummariesResult < Struct.new( :trace_summaries, :approximate_time, :traces_processed_count, :next_token) SENSITIVE = [] include Aws::Structure end |