class
Amazonite::CloudFormation::DescribeChangeSetInput
- Amazonite::CloudFormation::DescribeChangeSetInput
- Reference
- Object
Overview
The input for the DescribeChangeSet action.
Defined in:
cloudformation/describe_change_set_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(change_set_name : String, stack_name : String | Nil = nil, next_token : String | Nil = nil, include_property_values : Bool | 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) -
#include_property_values : Bool | Nil
If
true, the returned changes include detailed changes in the property values. -
#include_property_values=(include_property_values : Bool | Nil)
If
true, the returned changes include detailed changes in the property values. -
#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 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 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 true, the returned changes include detailed changes in the property values.
If true, the returned changes include detailed changes in the property values.
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 ID (ARN) of the change set you want to describe.
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.