class
Amazonite::CloudFormation::GetHookResultOutput
- Amazonite::CloudFormation::GetHookResultOutput
- Reference
- Object
Defined in:
cloudformation/get_hook_result_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(hook_result_id : String | Nil = nil, invocation_point : HookInvocationPoint | Nil = nil, failure_mode : HookFailureMode | Nil = nil, type_name : String | Nil = nil, original_type_name : String | Nil = nil, type_version_id : String | Nil = nil, type_configuration_version_id : String | Nil = nil, type_arn : String | Nil = nil, status : HookStatus | Nil = nil, hook_status_reason : String | Nil = nil, invoked_at : Time | Nil = nil, target : HookTarget | Nil = nil, annotations : Array(Annotation) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#annotations : Array(Annotation) | Nil
A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.
-
#annotations=(annotations : Array(Annotation) | Nil)
A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.
-
#failure_mode : HookFailureMode | Nil
The failure mode of the invocation.
-
#failure_mode=(failure_mode : HookFailureMode | Nil)
The failure mode of the invocation.
-
#hash(hasher)
See
Object#hash(hasher) -
#hook_result_id : String | Nil
The unique identifier of the Hook result.
-
#hook_result_id=(hook_result_id : String | Nil)
The unique identifier of the Hook result.
-
#hook_status_reason : String | Nil
A message that provides additional details about the Hook invocation status.
-
#hook_status_reason=(hook_status_reason : String | Nil)
A message that provides additional details about the Hook invocation status.
-
#invocation_point : HookInvocationPoint | Nil
The specific point in the provisioning process where the Hook is invoked.
-
#invocation_point=(invocation_point : HookInvocationPoint | Nil)
The specific point in the provisioning process where the Hook is invoked.
-
#invoked_at : Time | Nil
The timestamp when the Hook was invoked.
-
#invoked_at=(invoked_at : Time | Nil)
The timestamp when the Hook was invoked.
-
#original_type_name : String | Nil
The original public type name of the Hook when an alias is used.
-
#original_type_name=(original_type_name : String | Nil)
The original public type name of the Hook when an alias is used.
-
#status : HookStatus | Nil
The status of the Hook invocation.
-
#status=(status : HookStatus | Nil)
The status of the Hook invocation.
-
#target : HookTarget | Nil
Information about the target of the Hook invocation.
-
#target=(target : HookTarget | Nil)
Information about the target of the Hook invocation.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_arn : String | Nil
The Amazon Resource Name (ARN) of the Hook.
-
#type_arn=(type_arn : String | Nil)
The Amazon Resource Name (ARN) of the Hook.
-
#type_configuration_version_id : String | Nil
The version identifier of the Hook configuration data that was used during invocation.
-
#type_configuration_version_id=(type_configuration_version_id : String | Nil)
The version identifier of the Hook configuration data that was used during invocation.
-
#type_name : String | Nil
The name of the Hook that was invoked.
-
#type_name=(type_name : String | Nil)
The name of the Hook that was invoked.
-
#type_version_id : String | Nil
The version identifier of the Hook that was invoked.
-
#type_version_id=(type_version_id : String | Nil)
The version identifier of the Hook that was invoked.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.
A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.
A message that provides additional details about the Hook invocation status.
A message that provides additional details about the Hook invocation status.
The specific point in the provisioning process where the Hook is invoked.
The specific point in the provisioning process where the Hook is invoked.
The original public type name of the Hook when an alias is used.
For example, if you activate AWS::Hooks::GuardHook with alias MyCompany::Custom::GuardHook,
then TypeName will be MyCompany::Custom::GuardHook and OriginalTypeName will be
AWS::Hooks::GuardHook.
The original public type name of the Hook when an alias is used.
For example, if you activate AWS::Hooks::GuardHook with alias MyCompany::Custom::GuardHook,
then TypeName will be MyCompany::Custom::GuardHook and OriginalTypeName will be
AWS::Hooks::GuardHook.
The status of the Hook invocation. The following statuses are possible:
-
HOOK_IN_PROGRESS: The Hook is currently running. -
HOOK_COMPLETE_SUCCEEDED: The Hook completed successfully. -
HOOK_COMPLETE_FAILED: The Hook completed but failed validation. -
HOOK_FAILED: The Hook encountered an error during execution.
The status of the Hook invocation. The following statuses are possible:
-
HOOK_IN_PROGRESS: The Hook is currently running. -
HOOK_COMPLETE_SUCCEEDED: The Hook completed successfully. -
HOOK_COMPLETE_FAILED: The Hook completed but failed validation. -
HOOK_FAILED: The Hook encountered an error during execution.
The version identifier of the Hook configuration data that was used during invocation.
The version identifier of the Hook configuration data that was used during invocation.
The version identifier of the Hook that was invoked.