Struct aws_sdk_pi::model::metric_key_data_points::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MetricKeyDataPoints
Implementations
The dimension(s) to which the data points apply.
The dimension(s) to which the data points apply.
Appends an item to data_points
.
To override the contents of this collection use set_data_points
.
An array of timestamp-value pairs, representing measurements over a period of time.
An array of timestamp-value pairs, representing measurements over a period of time.
Consumes the builder and constructs a MetricKeyDataPoints
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