Struct rusoto_autoscaling::SetDesiredCapacityType [] [src]

pub struct SetDesiredCapacityType {
    pub auto_scaling_group_name: String,
    pub desired_capacity: i64,
    pub honor_cooldown: Option<bool>,
}

Contains the parameters for SetDesiredCapacity.

Fields

The name of the Auto Scaling group.

The number of EC2 instances that should be running in the Auto Scaling group.

By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

Trait Implementations

impl Default for SetDesiredCapacityType
[src]

[src]

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

impl Debug for SetDesiredCapacityType
[src]

[src]

Formats the value using the given formatter.

impl Clone for SetDesiredCapacityType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more