Class: Aws::Types::AutoScalingGroup
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hook ⇒ ::String
Returns the value of attribute hook.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#termination_hook ⇒ ::String
Returns the value of attribute termination_hook.
Instance Attribute Details
#hook ⇒ ::String
Returns the value of attribute hook.
71 72 73 |
# File 'sig/types.rbs', line 71 def hook @hook end |
#name ⇒ ::String
Returns the value of attribute name.
70 71 72 |
# File 'sig/types.rbs', line 70 def name @name end |
#termination_hook ⇒ ::String
Returns the value of attribute termination_hook.
72 73 74 |
# File 'sig/types.rbs', line 72 def termination_hook @termination_hook end |