Struct aws_sdk_xray::output::get_sampling_statistic_summaries_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetSamplingStatisticSummariesOutput
Implementations
Appends an item to sampling_statistic_summaries
.
To override the contents of this collection use set_sampling_statistic_summaries
.
Information about the number of requests instrumented for each sampling rule.
pub fn set_sampling_statistic_summaries(
self,
input: Option<Vec<SamplingStatisticSummary>>
) -> Self
pub fn set_sampling_statistic_summaries(
self,
input: Option<Vec<SamplingStatisticSummary>>
) -> Self
Information about the number of requests instrumented for each sampling rule.
Pagination token.
Pagination token.
Consumes the builder and constructs a GetSamplingStatisticSummariesOutput
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