class Aws::AutoScaling::Types::SetDesiredCapacityType

@note When making an API call, you may pass SetDesiredCapacityType

data as a hash:

    {
      auto_scaling_group_name: "XmlStringMaxLen255", # required
      desired_capacity: 1, # required
      honor_cooldown: false,
    }

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] desired_capacity

The desired capacity is the initial capacity of the Auto Scaling
group after this operation completes and the capacity it attempts to
maintain.
@return [Integer]

@!attribute [rw] honor_cooldown

Indicates whether Amazon EC2 Auto Scaling waits for the cooldown
period to complete before initiating a scaling activity to set your
Auto Scaling group to its new capacity. By default, Amazon EC2 Auto
Scaling does not honor the cooldown period during manual scaling
activities.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SetDesiredCapacityType AWS API Documentation

Constants

SENSITIVE