Struct rusoto_autoscaling::ExitStandbyQuery [] [src]

pub struct ExitStandbyQuery {
    pub auto_scaling_group_name: String,
    pub instance_ids: Option<Vec<String>>,
}

Contains the parameters for ExitStandby.

Fields

The name of the Auto Scaling group.

One or more instance IDs. You must specify at least one instance ID.

Trait Implementations

impl Default for ExitStandbyQuery
[src]

[src]

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

impl Debug for ExitStandbyQuery
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExitStandbyQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more