class
Amazonite::CloudFormation::ListHookResultsOutput
- Amazonite::CloudFormation::ListHookResultsOutput
- Reference
- Object
Defined in:
cloudformation/list_hook_results_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(target_type : ListHookResultsTargetType | Nil = nil, target_id : String | Nil = nil, hook_results : Array(HookResultSummary) | 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) -
#hook_results : Array(HookResultSummary) | Nil
A list of
HookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target. -
#hook_results=(hook_results : Array(HookResultSummary) | Nil)
A list of
HookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target. -
#next_token : String | Nil
Pagination token,
nullor empty if no more results. -
#next_token=(next_token : String | Nil)
Pagination token,
nullor empty if no more results. -
#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.
-
#target_type=(target_type : ListHookResultsTargetType | Nil)
The target type.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of HookResultSummary structures that provides the status and Hook status reason for
each Hook invocation for the specified target.
A list of HookResultSummary structures that provides the status and Hook status reason for
each Hook invocation for the specified target.