Module: Aws::CloudFormation::Client::_GetHookResultResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetHookResultOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #annotations ⇒ ::Array[Types::Annotation]
- #failure_mode ⇒ "FAIL", "WARN"
- #hook_result_id ⇒ ::String
- #hook_status_reason ⇒ ::String
- #invocation_point ⇒ "PRE_PROVISION"
- #invoked_at ⇒ ::Time
- #original_type_name ⇒ ::String
- #status ⇒ "HOOK_IN_PROGRESS", ...
- #target ⇒ Types::HookTarget
- #type_arn ⇒ ::String
- #type_configuration_version_id ⇒ ::String
- #type_name ⇒ ::String
- #type_version_id ⇒ ::String
Instance Method Details
#annotations ⇒ ::Array[Types::Annotation]
907 |
# File 'sig/client.rbs', line 907
def annotations: () -> ::Array[Types::Annotation]
|
#failure_mode ⇒ "FAIL", "WARN"
897 |
# File 'sig/client.rbs', line 897
def failure_mode: () -> ("FAIL" | "WARN")
|
#hook_result_id ⇒ ::String
895 |
# File 'sig/client.rbs', line 895
def hook_result_id: () -> ::String
|
#hook_status_reason ⇒ ::String
904 |
# File 'sig/client.rbs', line 904
def hook_status_reason: () -> ::String
|
#invocation_point ⇒ "PRE_PROVISION"
896 |
# File 'sig/client.rbs', line 896
def invocation_point: () -> ("PRE_PROVISION")
|
#invoked_at ⇒ ::Time
905 |
# File 'sig/client.rbs', line 905
def invoked_at: () -> ::Time
|
#original_type_name ⇒ ::String
899 |
# File 'sig/client.rbs', line 899
def original_type_name: () -> ::String
|
#status ⇒ "HOOK_IN_PROGRESS", ...
903 |
# File 'sig/client.rbs', line 903
def status: () -> ("HOOK_IN_PROGRESS" | "HOOK_COMPLETE_SUCCEEDED" | "HOOK_COMPLETE_FAILED" | "HOOK_FAILED")
|
#target ⇒ Types::HookTarget
906 |
# File 'sig/client.rbs', line 906
def target: () -> Types::HookTarget
|
#type_arn ⇒ ::String
902 |
# File 'sig/client.rbs', line 902
def type_arn: () -> ::String
|
#type_configuration_version_id ⇒ ::String
901 |
# File 'sig/client.rbs', line 901
def type_configuration_version_id: () -> ::String
|
#type_name ⇒ ::String
898 |
# File 'sig/client.rbs', line 898
def type_name: () -> ::String
|
#type_version_id ⇒ ::String
900 |
# File 'sig/client.rbs', line 900
def type_version_id: () -> ::String
|