class
Amazonite::CloudFormation::HookResultSummary
- Amazonite::CloudFormation::HookResultSummary
- Reference
- Object
Overview
A ListHookResults call returns a summary of a Hook invocation.
Defined in:
cloudformation/hook_result_summary.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, type_version_id : String | Nil = nil, type_configuration_version_id : String | Nil = nil, status : HookStatus | Nil = nil, hook_status_reason : String | Nil = nil, invoked_at : Time | Nil = nil, target_type : ListHookResultsTargetType | Nil = nil, target_id : String | Nil = nil, type_arn : String | Nil = nil, hook_execution_target : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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_execution_target : String | Nil
The Amazon Resource Name (ARN) of the target stack or request token of the Cloud Control API operation.
-
#hook_execution_target=(hook_execution_target : String | Nil)
The Amazon Resource Name (ARN) of the target stack or request token of the Cloud Control API operation.
-
#hook_result_id : String | Nil
The unique identifier for this Hook invocation result.
-
#hook_result_id=(hook_result_id : String | Nil)
The unique identifier for this Hook invocation result.
-
#hook_status_reason : String | Nil
A description of the Hook results status.
-
#hook_status_reason=(hook_status_reason : String | Nil)
A description of the Hook results 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.
-
#status : HookStatus | Nil
The status of the Hook invocation.
-
#status=(status : HookStatus | Nil)
The status of the Hook invocation.
-
#target_id : String | Nil
The unique identifier of the Hook invocation target.
-
#target_id=(target_id : String | Nil)
The unique identifier of the Hook invocation target.
-
#target_type : ListHookResultsTargetType | Nil
The target type that the Hook was invoked against.
-
#target_type=(target_type : ListHookResultsTargetType | Nil)
The target type that the Hook was invoked against.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_arn : String | Nil
The ARN of the Hook that was invoked.
-
#type_arn=(type_arn : String | Nil)
The ARN of the Hook that was invoked.
-
#type_configuration_version_id : String | Nil
The version of the Hook configuration.
-
#type_configuration_version_id=(type_configuration_version_id : String | Nil)
The version of the Hook configuration.
-
#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 of the Hook that was invoked.
-
#type_version_id=(type_version_id : String | Nil)
The version 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?.
The Amazon Resource Name (ARN) of the target stack or request token of the Cloud Control API operation.
Only shown in responses when the request does not specify TargetType and TargetId filters.
The Amazon Resource Name (ARN) of the target stack or request token of the Cloud Control API operation.
Only shown in responses when the request does not specify TargetType and TargetId filters.
The unique identifier for this Hook invocation result.
A description of the Hook results status. For example, if the Hook result is in a failed state, this may contain additional information for the failed state.
A description of the Hook results status. For example, if the Hook result is in a failed state, this may contain additional information for the failed state.
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 timestamp when the Hook was invoked.
Only shown in responses when the request does not specify TargetType and TargetId filters.
The timestamp when the Hook was invoked.
Only shown in responses when the request does not specify TargetType and TargetId filters.
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 target type that the Hook was invoked against.
The target type that the Hook was invoked against.
The version of the Hook configuration.