Struct aws_sdk_emr::model::MetricDimension [−][src]
Expand description
A CloudWatch dimension, which is specified using a Key (known as a
Name in CloudWatch), Value pair. By default, Amazon EMR uses
one dimension whose Key is JobFlowID and Value is a
variable representing the cluster ID, which is ${emr.clusterId}. This enables
the rule to bootstrap when the cluster ID becomes available.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.key: Option<String>The dimension name.
value: Option<String>The dimension value.
Implementations
Creates a new builder-style object to manufacture MetricDimension
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MetricDimension
impl Send for MetricDimension
impl Sync for MetricDimension
impl Unpin for MetricDimension
impl UnwindSafe for MetricDimension
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
