Struct rusoto_autoscaling::DisableMetricsCollectionQuery [] [src]

pub struct DisableMetricsCollectionQuery {
    pub auto_scaling_group_name: ResourceName,
    pub metrics: Option<Metrics>,
}

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]

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

impl Debug for DisableMetricsCollectionQuery
[src]

Formats the value using the given formatter.

impl Clone for DisableMetricsCollectionQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more