Struct rusoto_autoscaling::EnterStandbyQuery [] [src]

pub struct EnterStandbyQuery {
    pub auto_scaling_group_name: String,
    pub instance_ids: Option<Vec<String>>,
    pub should_decrement_desired_capacity: bool,
}

Contains the parameters for EnteStandby.

Fields

The name of the Auto Scaling group.

One or more instances to move into Standby mode. You must specify at least one instance ID.

Specifies whether the instances moved to Standby mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to Standby mode.

Trait Implementations

impl Default for EnterStandbyQuery
[src]

[src]

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

impl Debug for EnterStandbyQuery
[src]

[src]

Formats the value using the given formatter.

impl Clone for EnterStandbyQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more