Struct cfn::aws::autoscaling::auto_scaling_group::MetricsCollection [] [src]

pub struct MetricsCollection {
    pub granularity: Value<String>,
    pub metrics: Option<ValueList<String>>,
}

Fields

Property Granularity.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Metrics.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for MetricsCollection
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for MetricsCollection
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations