Class: Aws::Types::GetHookResultOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetHookResultOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotations ⇒ ::Array[Types::Annotation]
Returns the value of attribute annotations.
-
#failure_mode ⇒ "FAIL", "WARN"
Returns the value of attribute failure_mode.
-
#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.
-
#original_type_name ⇒ ::String
Returns the value of attribute original_type_name.
-
#status ⇒ "HOOK_IN_PROGRESS", ...
Returns the value of attribute status.
-
#target ⇒ Types::HookTarget
Returns the value of attribute target.
-
#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
#annotations ⇒ ::Array[Types::Annotation]
Returns the value of attribute annotations.
820 821 822 |
# File 'sig/types.rbs', line 820 def annotations @annotations end |
#failure_mode ⇒ "FAIL", "WARN"
Returns the value of attribute failure_mode.
810 811 812 |
# File 'sig/types.rbs', line 810 def failure_mode @failure_mode end |
#hook_result_id ⇒ ::String
Returns the value of attribute hook_result_id.
808 809 810 |
# File 'sig/types.rbs', line 808 def hook_result_id @hook_result_id end |
#hook_status_reason ⇒ ::String
Returns the value of attribute hook_status_reason.
817 818 819 |
# File 'sig/types.rbs', line 817 def hook_status_reason @hook_status_reason end |
#invocation_point ⇒ "PRE_PROVISION"
Returns the value of attribute invocation_point.
809 810 811 |
# File 'sig/types.rbs', line 809 def invocation_point @invocation_point end |
#invoked_at ⇒ ::Time
Returns the value of attribute invoked_at.
818 819 820 |
# File 'sig/types.rbs', line 818 def invoked_at @invoked_at end |
#original_type_name ⇒ ::String
Returns the value of attribute original_type_name.
812 813 814 |
# File 'sig/types.rbs', line 812 def original_type_name @original_type_name end |
#status ⇒ "HOOK_IN_PROGRESS", ...
Returns the value of attribute status.
816 817 818 |
# File 'sig/types.rbs', line 816 def status @status end |
#target ⇒ Types::HookTarget
Returns the value of attribute target.
819 820 821 |
# File 'sig/types.rbs', line 819 def target @target end |
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
815 816 817 |
# File 'sig/types.rbs', line 815 def type_arn @type_arn end |
#type_configuration_version_id ⇒ ::String
Returns the value of attribute type_configuration_version_id.
814 815 816 |
# File 'sig/types.rbs', line 814 def type_configuration_version_id @type_configuration_version_id end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
811 812 813 |
# File 'sig/types.rbs', line 811 def type_name @type_name end |
#type_version_id ⇒ ::String
Returns the value of attribute type_version_id.
813 814 815 |
# File 'sig/types.rbs', line 813 def type_version_id @type_version_id end |