Struct rusoto_autoscaling::DisableMetricsCollectionQuery [] [src]

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

Contains the parameters for DisableMetricsCollection.

Fields

The name or Amazon Resource Name (ARN) of the group.

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

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

Trait Implementations

impl Default for DisableMetricsCollectionQuery
[src]

[src]

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

impl Debug for DisableMetricsCollectionQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DisableMetricsCollectionQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations