Class: Aws::Types::AutoScalingSettingsUpdate

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)


68
69
70
# File 'sig/types.rbs', line 68

def auto_scaling_disabled
  @auto_scaling_disabled
end

#auto_scaling_role_arn::String

Returns the value of attribute auto_scaling_role_arn.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def auto_scaling_role_arn
  @auto_scaling_role_arn
end

#maximum_units::Integer

Returns the value of attribute maximum_units.

Returns:

  • (::Integer)


67
68
69
# File 'sig/types.rbs', line 67

def maximum_units
  @maximum_units
end

#minimum_units::Integer

Returns the value of attribute minimum_units.

Returns:

  • (::Integer)


66
67
68
# File 'sig/types.rbs', line 66

def minimum_units
  @minimum_units
end

#scaling_policy_updateTypes::AutoScalingPolicyUpdate

Returns the value of attribute scaling_policy_update.



70
71
72
# File 'sig/types.rbs', line 70

def scaling_policy_update
  @scaling_policy_update
end