Class: Aws::Types::LifecycleHookSpecification
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleHookSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#default_result ⇒ ::String
Returns the value of attribute default_result.
980 981 982 |
# File 'sig/types.rbs', line 980 def default_result @default_result end |
#heartbeat_timeout ⇒ ::Integer
Returns the value of attribute heartbeat_timeout.
979 980 981 |
# File 'sig/types.rbs', line 979 def heartbeat_timeout @heartbeat_timeout end |
#lifecycle_hook_name ⇒ ::String
Returns the value of attribute lifecycle_hook_name.
976 977 978 |
# File 'sig/types.rbs', line 976 def lifecycle_hook_name @lifecycle_hook_name end |
#lifecycle_transition ⇒ ::String
Returns the value of attribute lifecycle_transition.
977 978 979 |
# File 'sig/types.rbs', line 977 def lifecycle_transition @lifecycle_transition end |
#notification_metadata ⇒ ::String
Returns the value of attribute notification_metadata.
978 979 980 |
# File 'sig/types.rbs', line 978 def @notification_metadata end |
#notification_target_arn ⇒ ::String
Returns the value of attribute notification_target_arn.
981 982 983 |
# File 'sig/types.rbs', line 981 def notification_target_arn @notification_target_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
982 983 984 |
# File 'sig/types.rbs', line 982 def role_arn @role_arn end |