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_capacity ⇒ Integer

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_type ⇒ String

The instance type for the Auto Scaling group.

Returns:

  • (String) —

    The instance type for the Auto Scaling group.

#max_size ⇒ Integer

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_size ⇒ Integer

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.