#[non_exhaustive]pub struct StatelessCustomPublishMetricActionDimension { /* private fields */ }Expand description
Defines a CloudWatch dimension value to publish.
Implementations§
source§impl StatelessCustomPublishMetricActionDimension
impl StatelessCustomPublishMetricActionDimension
sourcepub fn builder() -> StatelessCustomPublishMetricActionDimensionBuilder
pub fn builder() -> StatelessCustomPublishMetricActionDimensionBuilder
Creates a new builder-style object to manufacture StatelessCustomPublishMetricActionDimension.
Trait Implementations§
source§impl Clone for StatelessCustomPublishMetricActionDimension
impl Clone for StatelessCustomPublishMetricActionDimension
source§fn clone(&self) -> StatelessCustomPublishMetricActionDimension
fn clone(&self) -> StatelessCustomPublishMetricActionDimension
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<StatelessCustomPublishMetricActionDimension> for StatelessCustomPublishMetricActionDimension
impl PartialEq<StatelessCustomPublishMetricActionDimension> for StatelessCustomPublishMetricActionDimension
source§fn eq(&self, other: &StatelessCustomPublishMetricActionDimension) -> bool
fn eq(&self, other: &StatelessCustomPublishMetricActionDimension) -> bool
This method tests for
self and other values to be equal, and is used
by ==.