Class: Aws::Types::RecordLifecycleActionHeartbeatType
- Inherits:
-
Object
- Object
- Aws::Types::RecordLifecycleActionHeartbeatType
- 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_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.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def auto_scaling_group_name @auto_scaling_group_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def instance_id @instance_id end |
#lifecycle_action_token ⇒ ::String
Returns the value of attribute lifecycle_action_token.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def lifecycle_action_token @lifecycle_action_token end |
#lifecycle_hook_name ⇒ ::String
Returns the value of attribute lifecycle_hook_name.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def lifecycle_hook_name @lifecycle_hook_name end |