#[non_exhaustive]pub struct StatelessCustomPublishMetricAction { /* private fields */ }
Expand description
Information about metrics to publish to CloudWatch.
Implementations§
source§impl StatelessCustomPublishMetricAction
impl StatelessCustomPublishMetricAction
sourcepub fn dimensions(
&self
) -> Option<&[StatelessCustomPublishMetricActionDimension]>
pub fn dimensions(
&self
) -> Option<&[StatelessCustomPublishMetricActionDimension]>
Defines CloudWatch dimension values to publish.
source§impl StatelessCustomPublishMetricAction
impl StatelessCustomPublishMetricAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StatelessCustomPublishMetricAction
.
Trait Implementations§
source§impl Clone for StatelessCustomPublishMetricAction
impl Clone for StatelessCustomPublishMetricAction
source§fn clone(&self) -> StatelessCustomPublishMetricAction
fn clone(&self) -> StatelessCustomPublishMetricAction
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<StatelessCustomPublishMetricAction> for StatelessCustomPublishMetricAction
impl PartialEq<StatelessCustomPublishMetricAction> for StatelessCustomPublishMetricAction
source§fn eq(&self, other: &StatelessCustomPublishMetricAction) -> bool
fn eq(&self, other: &StatelessCustomPublishMetricAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.