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

Class: Aws::AutoScaling::Types::DescribeAccountLimitsAnswer

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#max_number_of_auto_scaling_groupsInteger

The maximum number of groups allowed for your AWS account. The default is 200 groups per AWS Region.

Returns:

  • (Integer)

    The maximum number of groups allowed for your AWS account.

#max_number_of_launch_configurationsInteger

The maximum number of launch configurations allowed for your AWS account. The default is 200 launch configurations per AWS Region.

Returns:

  • (Integer)

    The maximum number of launch configurations allowed for your AWS account.

#number_of_auto_scaling_groupsInteger

The current number of groups for your AWS account.

Returns:

  • (Integer)

    The current number of groups for your AWS account.

#number_of_launch_configurationsInteger

The current number of launch configurations for your AWS account.

Returns:

  • (Integer)

    The current number of launch configurations for your AWS account.