Struct aws_sdk_iotthingsgraph::model::MetricsConfiguration [−][src]
#[non_exhaustive]pub struct MetricsConfiguration {
pub cloud_metric_enabled: bool,
pub metric_rule_role_arn: Option<String>,
}
Expand description
An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.
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.cloud_metric_enabled: bool
A Boolean that specifies whether cloud metrics are collected.
metric_rule_role_arn: Option<String>
The ARN of the role that is used to collect cloud metrics.
Implementations
A Boolean that specifies whether cloud metrics are collected.
The ARN of the role that is used to collect cloud metrics.
Creates a new builder-style object to manufacture MetricsConfiguration
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 MetricsConfiguration
impl Send for MetricsConfiguration
impl Sync for MetricsConfiguration
impl Unpin for MetricsConfiguration
impl UnwindSafe for MetricsConfiguration
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