#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CloudWatchMetricsDataSummary
Implementations
Appends an item to timestamp_metric_value_pair_list
.
To override the contents of this collection use set_timestamp_metric_value_pair_list
.
This is a list of Amazon CloudWatch metric values at given timestamp.
pub fn set_timestamp_metric_value_pair_list(
self,
input: Option<Vec<TimestampMetricValuePair>>
) -> Self
pub fn set_timestamp_metric_value_pair_list(
self,
input: Option<Vec<TimestampMetricValuePair>>
) -> Self
This is a list of Amazon CloudWatch metric values at given timestamp.
This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.
This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.
Consumes the builder and constructs a CloudWatchMetricsDataSummary
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