Class: Aws::Types::AutoScalingGroupProviderUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_draining"ENABLED", "DISABLED"

Returns the value of attribute managed_draining.

Returns:

  • ("ENABLED", "DISABLED")


79
80
81
# File 'sig/types.rbs', line 79

def managed_draining
  @managed_draining
end

#managed_scalingTypes::ManagedScaling

Returns the value of attribute managed_scaling.



77
78
79
# File 'sig/types.rbs', line 77

def managed_scaling
  @managed_scaling
end

#managed_termination_protection"ENABLED", "DISABLED"

Returns the value of attribute managed_termination_protection.

Returns:

  • ("ENABLED", "DISABLED")


78
79
80
# File 'sig/types.rbs', line 78

def managed_termination_protection
  @managed_termination_protection
end