Class: Aws::Types::AutoScalingGroupProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_arn::String

Returns the value of attribute auto_scaling_group_arn.

Returns:

  • (::String)


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

def auto_scaling_group_arn
  @auto_scaling_group_arn
end

#managed_draining"ENABLED", "DISABLED"

Returns the value of attribute managed_draining.

Returns:

  • ("ENABLED", "DISABLED")


72
73
74
# File 'sig/types.rbs', line 72

def managed_draining
  @managed_draining
end

#managed_scalingTypes::ManagedScaling

Returns the value of attribute managed_scaling.



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

def managed_scaling
  @managed_scaling
end

#managed_termination_protection"ENABLED", "DISABLED"

Returns the value of attribute managed_termination_protection.

Returns:

  • ("ENABLED", "DISABLED")


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

def managed_termination_protection
  @managed_termination_protection
end