class
Amazonite::CloudFormation::ListHookResultsInput
- Amazonite::CloudFormation::ListHookResultsInput
- Reference
- Object
Defined in:
cloudformation/list_hook_results_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(target_type : ListHookResultsTargetType | Nil = nil, target_id : String | Nil = nil, type_arn : String | Nil = nil, status : HookStatus | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#status : HookStatus | Nil
Filters results by the status of Hook invocations.
-
#status=(status : HookStatus | Nil)
Filters results by the status of Hook invocations.
-
#target_id : String | Nil
Filters results by the unique identifier of the target the Hook was invoked against.
-
#target_id=(target_id : String | Nil)
Filters results by the unique identifier of the target the Hook was invoked against.
-
#target_type : ListHookResultsTargetType | Nil
Filters results by target type.
-
#target_type=(target_type : ListHookResultsTargetType | Nil)
Filters results by target type.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_arn : String | Nil
Filters results by the ARN of the Hook.
-
#type_arn=(type_arn : String | Nil)
Filters results by the ARN of the Hook.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
Filters results by the status of Hook invocations. Can only be used in combination with
TypeArn. Valid values are:
-
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.
Filters results by the status of Hook invocations. Can only be used in combination with
TypeArn. Valid values are:
-
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.
Filters results by the unique identifier of the target the Hook was invoked against.
For change sets, this is the change set ARN. When the target is a Cloud Control API operation,
this value must be the HookRequestToken returned by the Cloud Control API request. For more
information on the HookRequestToken, see
ProgressEvent.
Required when TargetType is specified and cannot be used otherwise.
Filters results by the unique identifier of the target the Hook was invoked against.
For change sets, this is the change set ARN. When the target is a Cloud Control API operation,
this value must be the HookRequestToken returned by the Cloud Control API request. For more
information on the HookRequestToken, see
ProgressEvent.
Required when TargetType is specified and cannot be used otherwise.
Filters results by target type. Currently, only CHANGE_SET and CLOUD_CONTROL are supported
filter options.
Required when TargetId is specified and cannot be used otherwise.
Filters results by target type. Currently, only CHANGE_SET and CLOUD_CONTROL are supported
filter options.
Required when TargetId is specified and cannot be used otherwise.
Filters results by the ARN of the Hook. Can be used alone or in combination with Status.
Filters results by the ARN of the Hook. Can be used alone or in combination with Status.