Class: Aws::Types::AutoScalingSettingsDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_disabledBoolean

Returns the value of attribute auto_scaling_disabled.

Returns:

  • (Boolean)


59
60
61
# File 'sig/types.rbs', line 59

def auto_scaling_disabled
  @auto_scaling_disabled
end

#auto_scaling_role_arn::String

Returns the value of attribute auto_scaling_role_arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def auto_scaling_role_arn
  @auto_scaling_role_arn
end

#maximum_units::Integer

Returns the value of attribute maximum_units.

Returns:

  • (::Integer)


58
59
60
# File 'sig/types.rbs', line 58

def maximum_units
  @maximum_units
end

#minimum_units::Integer

Returns the value of attribute minimum_units.

Returns:

  • (::Integer)


57
58
59
# File 'sig/types.rbs', line 57

def minimum_units
  @minimum_units
end

#scaling_policies::Array[Types::AutoScalingPolicyDescription]

Returns the value of attribute scaling_policies.



61
62
63
# File 'sig/types.rbs', line 61

def scaling_policies
  @scaling_policies
end