Struct aws_sdk_ssm::model::ops_aggregator::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for OpsAggregator
Implementations
Either a Range
or Count
aggregator for limiting an OpsData
summary.
Either a Range
or Count
aggregator for limiting an OpsData
summary.
The data type name to use for viewing counts of OpsData.
The data type name to use for viewing counts of OpsData.
The name of an OpsData attribute on which to limit the count of OpsData.
The name of an OpsData attribute on which to limit the count of OpsData.
Adds a key-value pair to values
.
To override the contents of this collection use set_values
.
The aggregator value.
Appends an item to filters
.
To override the contents of this collection use set_filters
.
The aggregator filters.
The aggregator filters.
Appends an item to aggregators
.
To override the contents of this collection use set_aggregators
.
A nested aggregator for viewing counts of OpsData.
A nested aggregator for viewing counts of OpsData.
Consumes the builder and constructs a OpsAggregator
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