Class: Aws::Types::DeploymentLifecycleHookDetail
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentLifecycleHookDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#hook_id ⇒ ::String
Returns the value of attribute hook_id.
-
#status ⇒ "AWAITING_ACTION", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#target_type ⇒ "AWS_LAMBDA", "PAUSE"
Returns the value of attribute target_type.
-
#timeout_action ⇒ "ROLLBACK", "CONTINUE"
Returns the value of attribute timeout_action.
Instance Attribute Details
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
920 921 922 |
# File 'sig/types.rbs', line 920 def expires_at @expires_at end |
#hook_id ⇒ ::String
Returns the value of attribute hook_id.
916 917 918 |
# File 'sig/types.rbs', line 916 def hook_id @hook_id end |
#status ⇒ "AWAITING_ACTION", ...
Returns the value of attribute status.
919 920 921 |
# File 'sig/types.rbs', line 919 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
918 919 920 |
# File 'sig/types.rbs', line 918 def target_arn @target_arn end |
#target_type ⇒ "AWS_LAMBDA", "PAUSE"
Returns the value of attribute target_type.
917 918 919 |
# File 'sig/types.rbs', line 917 def target_type @target_type end |
#timeout_action ⇒ "ROLLBACK", "CONTINUE"
Returns the value of attribute timeout_action.
921 922 923 |
# File 'sig/types.rbs', line 921 def timeout_action @timeout_action end |