class
Amazonite::CloudFormation::GetHookResultInput
- Amazonite::CloudFormation::GetHookResultInput
- Reference
- Object
Defined in:
cloudformation/get_hook_result_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#hook_result_id : String | Nil
The unique identifier (ID) of the Hook invocation result that you want details about.
-
#hook_result_id=(hook_result_id : String | Nil)
The unique identifier (ID) of the Hook invocation result that you want details about.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def hook_result_id : String | Nil
#
The unique identifier (ID) of the Hook invocation result that you want details about. You can get the ID from the ListHookResults operation.
def hook_result_id=(hook_result_id : String | Nil)
#
The unique identifier (ID) of the Hook invocation result that you want details about. You can get the ID from the ListHookResults operation.