Class: Aws::Types::PutLifecycleHookType
- Inherits:
-
Object
- Object
- Aws::Types::PutLifecycleHookType
- 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.
-
#default_result ⇒ ::String
Returns the value of attribute default_result.
-
#heartbeat_timeout ⇒ ::Integer
Returns the value of attribute heartbeat_timeout.
-
#lifecycle_hook_name ⇒ ::String
Returns the value of attribute lifecycle_hook_name.
-
#lifecycle_transition ⇒ ::String
Returns the value of attribute lifecycle_transition.
-
#notification_metadata ⇒ ::String
Returns the value of attribute notification_metadata.
-
#notification_target_arn ⇒ ::String
Returns the value of attribute notification_target_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def auto_scaling_group_name @auto_scaling_group_name end |
#default_result ⇒ ::String
Returns the value of attribute default_result.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def default_result @default_result end |
#heartbeat_timeout ⇒ ::Integer
Returns the value of attribute heartbeat_timeout.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def heartbeat_timeout @heartbeat_timeout end |
#lifecycle_hook_name ⇒ ::String
Returns the value of attribute lifecycle_hook_name.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def lifecycle_hook_name @lifecycle_hook_name end |
#lifecycle_transition ⇒ ::String
Returns the value of attribute lifecycle_transition.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def lifecycle_transition @lifecycle_transition end |
#notification_metadata ⇒ ::String
Returns the value of attribute notification_metadata.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def @notification_metadata end |
#notification_target_arn ⇒ ::String
Returns the value of attribute notification_target_arn.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def notification_target_arn @notification_target_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def role_arn @role_arn end |