You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::GetTraceSummariesRequestWhen passing GetTraceSummariesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
start_time: Time.now, end_time: Time.now, time_range_type: "TraceId", sampling: false,
sampling_strategy: {
name: "PartialScan", value: 1.0,
},
filter_expression: "FilterExpression",
next_token: "String",
}
Instance Attribute Summary collapse
The end of the time frame for which to retrieve traces.
Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
Specify the pagination token returned by a previous request to retrieve the next page of results.
Set to true
to get summaries for only a subset of available traces.
A parameter to indicate whether to enable sampling on trace summaries.
The start of the time frame for which to retrieve traces.
A parameter to indicate whether to query trace summaries by TraceId or Event time.
The end of the time frame for which to retrieve traces.
#filter_expression ⇒ StringSpecify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
#next_token ⇒ StringSpecify the pagination token returned by a previous request to retrieve the next page of results.
#sampling ⇒ BooleanSet to true
to get summaries for only a subset of available traces.
A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.
#start_time ⇒ TimeThe start of the time frame for which to retrieve traces.
#time_range_type ⇒ StringA parameter to indicate whether to query trace summaries by TraceId or Event time.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4