Struct rusoto_autoscaling::DetachInstancesQuery [] [src]

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

Contains the parameters for DetachInstances.

Fields

The name of the group.

One or more instance IDs.

If True, the Auto Scaling group decrements the desired capacity value by the number of instances detached.

Trait Implementations

impl Default for DetachInstancesQuery
[src]

[src]

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

impl Debug for DetachInstancesQuery
[src]

[src]

Formats the value using the given formatter.

impl Clone for DetachInstancesQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more