Struct rusoto_autoscaling::AutoScalingGroupNamesType [] [src]

pub struct AutoScalingGroupNamesType {
    pub auto_scaling_group_names: Option<AutoScalingGroupNames>,
    pub max_records: Option<MaxRecords>,
    pub next_token: Option<XmlString>,
}

Fields

The group names. If you omit this parameter, all Auto Scaling groups are described.

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

The token for the next set of items to return. (You received this token from a previous call.)

Trait Implementations

impl Default for AutoScalingGroupNamesType
[src]

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

impl Debug for AutoScalingGroupNamesType
[src]

Formats the value using the given formatter.

impl Clone for AutoScalingGroupNamesType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more