class Aws::XRay::Types::GetTraceSummariesRequest
@note When making an API call, you may pass GetTraceSummariesRequest
data as a hash: { start_time: Time.now, # required end_time: Time.now, # required time_range_type: "TraceId", # accepts TraceId, Event sampling: false, sampling_strategy: { name: "PartialScan", # accepts PartialScan, FixedRate value: 1.0, }, filter_expression: "FilterExpression", next_token: "String", }
@!attribute [rw] start_time
The start of the time frame for which to retrieve traces. @return [Time]
@!attribute [rw] end_time
The end of the time frame for which to retrieve traces. @return [Time]
@!attribute [rw] time_range_type
A parameter to indicate whether to query trace summaries by TraceId or Event time. @return [String]
@!attribute [rw] sampling
Set to `true` to get summaries for only a subset of available traces. @return [Boolean]
@!attribute [rw] sampling_strategy
A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value. @return [Types::SamplingStrategy]
@!attribute [rw] filter_expression
Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements. @return [String]
@!attribute [rw] next_token
Specify the pagination token returned by a previous request to retrieve the next page of results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetTraceSummariesRequest AWS API Documentation
Constants
- SENSITIVE