Class: Aws::Types::HookResultSummary
- Inherits:
-
Object
- Object
- Aws::Types::HookResultSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_mode ⇒ "FAIL", "WARN"
Returns the value of attribute failure_mode.
-
#hook_execution_target ⇒ ::String
Returns the value of attribute hook_execution_target.
-
#hook_result_id ⇒ ::String
Returns the value of attribute hook_result_id.
-
#hook_status_reason ⇒ ::String
Returns the value of attribute hook_status_reason.
-
#invocation_point ⇒ "PRE_PROVISION"
Returns the value of attribute invocation_point.
-
#invoked_at ⇒ ::Time
Returns the value of attribute invoked_at.
-
#status ⇒ "HOOK_IN_PROGRESS", ...
Returns the value of attribute status.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "CHANGE_SET", ...
Returns the value of attribute target_type.
-
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
-
#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.
877 878 879 |
# File 'sig/types.rbs', line 877 def failure_mode @failure_mode end |
#hook_execution_target ⇒ ::String
Returns the value of attribute hook_execution_target.
887 888 889 |
# File 'sig/types.rbs', line 887 def hook_execution_target @hook_execution_target end |
#hook_result_id ⇒ ::String
Returns the value of attribute hook_result_id.
875 876 877 |
# File 'sig/types.rbs', line 875 def hook_result_id @hook_result_id end |
#hook_status_reason ⇒ ::String
Returns the value of attribute hook_status_reason.
882 883 884 |
# File 'sig/types.rbs', line 882 def hook_status_reason @hook_status_reason end |
#invocation_point ⇒ "PRE_PROVISION"
Returns the value of attribute invocation_point.
876 877 878 |
# File 'sig/types.rbs', line 876 def invocation_point @invocation_point end |
#invoked_at ⇒ ::Time
Returns the value of attribute invoked_at.
883 884 885 |
# File 'sig/types.rbs', line 883 def invoked_at @invoked_at end |
#status ⇒ "HOOK_IN_PROGRESS", ...
Returns the value of attribute status.
881 882 883 |
# File 'sig/types.rbs', line 881 def status @status end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
885 886 887 |
# File 'sig/types.rbs', line 885 def target_id @target_id end |
#target_type ⇒ "CHANGE_SET", ...
Returns the value of attribute target_type.
884 885 886 |
# File 'sig/types.rbs', line 884 def target_type @target_type end |
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
886 887 888 |
# File 'sig/types.rbs', line 886 def type_arn @type_arn end |
#type_configuration_version_id ⇒ ::String
Returns the value of attribute type_configuration_version_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def type_configuration_version_id @type_configuration_version_id end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
878 879 880 |
# File 'sig/types.rbs', line 878 def type_name @type_name end |
#type_version_id ⇒ ::String
Returns the value of attribute type_version_id.
879 880 881 |
# File 'sig/types.rbs', line 879 def type_version_id @type_version_id end |