Class: Aws::Types::DescribeAccountLimitsAnswer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_number_of_auto_scaling_groups::Integer

Returns the value of attribute max_number_of_auto_scaling_groups.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


421
422
423
# File 'sig/types.rbs', line 421

def number_of_launch_configurations
  @number_of_launch_configurations
end