Class: Aws::Types::DescribeAccountLimitsAnswer
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountLimitsAnswer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_number_of_auto_scaling_groups ⇒ ::Integer
Returns the value of attribute max_number_of_auto_scaling_groups.
-
#max_number_of_launch_configurations ⇒ ::Integer
Returns the value of attribute max_number_of_launch_configurations.
-
#number_of_auto_scaling_groups ⇒ ::Integer
Returns the value of attribute number_of_auto_scaling_groups.
-
#number_of_launch_configurations ⇒ ::Integer
Returns the value of attribute number_of_launch_configurations.
Instance Attribute Details
#max_number_of_auto_scaling_groups ⇒ ::Integer
Returns the value of attribute max_number_of_auto_scaling_groups.
418 419 420 |
# File 'sig/types.rbs', line 418 def max_number_of_auto_scaling_groups @max_number_of_auto_scaling_groups end |
#max_number_of_launch_configurations ⇒ ::Integer
Returns the value of attribute max_number_of_launch_configurations.
419 420 421 |
# File 'sig/types.rbs', line 419 def max_number_of_launch_configurations @max_number_of_launch_configurations end |
#number_of_auto_scaling_groups ⇒ ::Integer
Returns the value of attribute number_of_auto_scaling_groups.
420 421 422 |
# File 'sig/types.rbs', line 420 def number_of_auto_scaling_groups @number_of_auto_scaling_groups end |
#number_of_launch_configurations ⇒ ::Integer
Returns the value of attribute number_of_launch_configurations.
421 422 423 |
# File 'sig/types.rbs', line 421 def number_of_launch_configurations @number_of_launch_configurations end |