Class: Aws::Types::LifecycleHook
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleHook
- 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.
-
#global_timeout ⇒ ::Integer
Returns the value of attribute global_timeout.
-
#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.
970 971 972 |
# File 'sig/types.rbs', line 970 def auto_scaling_group_name @auto_scaling_group_name end |
#default_result ⇒ ::String
Returns the value of attribute default_result.
977 978 979 |
# File 'sig/types.rbs', line 977 def default_result @default_result end |
#global_timeout ⇒ ::Integer
Returns the value of attribute global_timeout.
976 977 978 |
# File 'sig/types.rbs', line 976 def global_timeout @global_timeout end |
#heartbeat_timeout ⇒ ::Integer
Returns the value of attribute heartbeat_timeout.
975 976 977 |
# File 'sig/types.rbs', line 975 def heartbeat_timeout @heartbeat_timeout end |
#lifecycle_hook_name ⇒ ::String
Returns the value of attribute lifecycle_hook_name.
969 970 971 |
# File 'sig/types.rbs', line 969 def lifecycle_hook_name @lifecycle_hook_name end |
#lifecycle_transition ⇒ ::String
Returns the value of attribute lifecycle_transition.
971 972 973 |
# File 'sig/types.rbs', line 971 def lifecycle_transition @lifecycle_transition end |
#notification_metadata ⇒ ::String
Returns the value of attribute notification_metadata.
974 975 976 |
# File 'sig/types.rbs', line 974 def @notification_metadata end |
#notification_target_arn ⇒ ::String
Returns the value of attribute notification_target_arn.
972 973 974 |
# File 'sig/types.rbs', line 972 def notification_target_arn @notification_target_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
973 974 975 |
# File 'sig/types.rbs', line 973 def role_arn @role_arn end |