#[non_exhaustive]pub struct PublishMetricAction { /* private fields */ }
Expand description
Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. This setting defines a CloudWatch dimension value to be published.
Implementations§
source§impl PublishMetricAction
impl PublishMetricAction
sourcepub fn dimensions(&self) -> Option<&[Dimension]>
pub fn dimensions(&self) -> Option<&[Dimension]>
source§impl PublishMetricAction
impl PublishMetricAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PublishMetricAction
.
Trait Implementations§
source§impl Clone for PublishMetricAction
impl Clone for PublishMetricAction
source§fn clone(&self) -> PublishMetricAction
fn clone(&self) -> PublishMetricAction
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 more