class
Amazonite::CloudFormation::DescribeChangeSetHooksInput
- Amazonite::CloudFormation::DescribeChangeSetHooksInput
- Reference
- Object
Defined in:
cloudformation/describe_change_set_hooks_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(change_set_name : String, stack_name : String | Nil = nil, next_token : String | Nil = nil, logical_resource_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#change_set_name : String
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
-
#change_set_name=(change_set_name : String)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
-
#hash(hasher)
See
Object#hash(hasher) -
#logical_resource_id : String | Nil
If specified, lists only the Hooks related to the specified
LogicalResourceId. -
#logical_resource_id=(logical_resource_id : String | Nil)
If specified, lists only the Hooks related to the specified
LogicalResourceId. -
#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.
-
#stack_name : String | Nil
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.
-
#stack_name=(stack_name : String | Nil)
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.
- #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?.
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
If specified, lists only the Hooks related to the specified LogicalResourceId.
If specified, lists only the Hooks related to the specified LogicalResourceId.
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.)
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.