Struct aws_sdk_xray::input::get_trace_summaries_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetTraceSummariesInput
Implementations
The start of the time frame for which to retrieve traces.
The start of the time frame for which to retrieve traces.
The end of the time frame for which to retrieve traces.
The end of the time frame for which to retrieve traces.
A parameter to indicate whether to query trace summaries by TraceId or Event time.
A parameter to indicate whether to query trace summaries by TraceId or Event time.
Set to true
to get summaries for only a subset of available
traces.
Set 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.
A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.
Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
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.
Specify the pagination token returned by a previous request to retrieve the next page of results.
Consumes the builder and constructs a GetTraceSummariesInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more