Class: Aws::Types::CompleteLifecycleActionType
- Inherits:
-
Object
- Object
- Aws::Types::CompleteLifecycleActionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#lifecycle_action_result ⇒ ::String
Returns the value of attribute lifecycle_action_result.
-
#lifecycle_action_token ⇒ ::String
Returns the value of attribute lifecycle_action_token.
-
#lifecycle_hook_name ⇒ ::String
Returns the value of attribute lifecycle_hook_name.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
279 280 281 |
# File 'sig/types.rbs', line 279 def auto_scaling_group_name @auto_scaling_group_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
282 283 284 |
# File 'sig/types.rbs', line 282 def instance_id @instance_id end |
#lifecycle_action_result ⇒ ::String
Returns the value of attribute lifecycle_action_result.
281 282 283 |
# File 'sig/types.rbs', line 281 def lifecycle_action_result @lifecycle_action_result end |
#lifecycle_action_token ⇒ ::String
Returns the value of attribute lifecycle_action_token.
280 281 282 |
# File 'sig/types.rbs', line 280 def lifecycle_action_token @lifecycle_action_token end |
#lifecycle_hook_name ⇒ ::String
Returns the value of attribute lifecycle_hook_name.
278 279 280 |
# File 'sig/types.rbs', line 278 def lifecycle_hook_name @lifecycle_hook_name end |