Struct rusoto_autoscaling::EnableMetricsCollectionQuery [] [src]

pub struct EnableMetricsCollectionQuery {
    pub auto_scaling_group_name: String,
    pub granularity: String,
    pub metrics: Option<Vec<String>>,
}

Contains the parameters for EnableMetricsCollection.

Fields

The name or ARN of the Auto Scaling group.

The granularity to associate with the metrics to collect. The only valid value is 1Minute.

One or more of the following metrics. If you omit this parameter, all metrics are enabled.

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Trait Implementations

impl Default for EnableMetricsCollectionQuery
[src]

[src]

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

impl Debug for EnableMetricsCollectionQuery
[src]

[src]

Formats the value using the given formatter.

impl Clone for EnableMetricsCollectionQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more