You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComputeOptimizer::Types::AutoScalingGroupConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#desired_capacityInteger

The desired capacity, or number of instances, for the Auto Scaling group.

Returns:

  • (Integer)

    The desired capacity, or number of instances, for the Auto Scaling group.

#instance_typeString

The instance type for the Auto Scaling group.

Returns:

  • (String)

    The instance type for the Auto Scaling group.

#max_sizeInteger

The maximum size, or maximum number of instances, for the Auto Scaling group.

Returns:

  • (Integer)

    The maximum size, or maximum number of instances, for the Auto Scaling group.

#min_sizeInteger

The minimum size, or minimum number of instances, for the Auto Scaling group.

Returns:

  • (Integer)

    The minimum size, or minimum number of instances, for the Auto Scaling group.