Class: Aws::Types::ChangeSetHook
- Inherits:
-
Object
- Object
- Aws::Types::ChangeSetHook
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_mode ⇒ "FAIL", "WARN"
Returns the value of attribute failure_mode.
-
#invocation_point ⇒ "PRE_PROVISION"
Returns the value of attribute invocation_point.
-
#target_details ⇒ Types::ChangeSetHookTargetDetails
Returns the value of attribute target_details.
-
#type_configuration_version_id ⇒ ::String
Returns the value of attribute type_configuration_version_id.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#type_version_id ⇒ ::String
Returns the value of attribute type_version_id.
Instance Attribute Details
#failure_mode ⇒ "FAIL", "WARN"
Returns the value of attribute failure_mode.
107 108 109 |
# File 'sig/types.rbs', line 107 def failure_mode @failure_mode end |
#invocation_point ⇒ "PRE_PROVISION"
Returns the value of attribute invocation_point.
106 107 108 |
# File 'sig/types.rbs', line 106 def invocation_point @invocation_point end |
#target_details ⇒ Types::ChangeSetHookTargetDetails
Returns the value of attribute target_details.
111 112 113 |
# File 'sig/types.rbs', line 111 def target_details @target_details end |
#type_configuration_version_id ⇒ ::String
Returns the value of attribute type_configuration_version_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def type_configuration_version_id @type_configuration_version_id end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
108 109 110 |
# File 'sig/types.rbs', line 108 def type_name @type_name end |
#type_version_id ⇒ ::String
Returns the value of attribute type_version_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def type_version_id @type_version_id end |