Struct rusoto_autoscaling::AttachInstancesQuery [] [src]

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

Fields

The name of the group.

One or more instance IDs.

Trait Implementations

impl Default for AttachInstancesQuery
[src]

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

impl Debug for AttachInstancesQuery
[src]

Formats the value using the given formatter.

impl Clone for AttachInstancesQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more