A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/XRay/Types/GetTraceSummariesRequest.html below:

GetTraceSummariesRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::GetTraceSummariesRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #end_time ⇒ Time

The end of the time frame for which to retrieve traces.

#filter_expression ⇒ String

Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.

#next_token ⇒ String

Specify the pagination token returned by a previous request to retrieve the next page of results.

#sampling ⇒ Boolean

Set to true to get summaries for only a subset of available traces.

#sampling_strategyTypes::SamplingStrategy

A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.

#start_time ⇒ Time

The start of the time frame for which to retrieve traces.

#time_range_type ⇒ String

A 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