class
Amazonite::CloudFormation::DeleteChangeSetInput
- Amazonite::CloudFormation::DeleteChangeSetInput
- Reference
- Object
Overview
The input for the DeleteChangeSet action.
Defined in:
cloudformation/delete_change_set_input.crConstructors
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 delete.
-
#change_set_name=(change_set_name : String)
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
-
#hash(hasher)
See
Object#hash(hasher) -
#stack_name : String | Nil
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.
-
#stack_name=(stack_name : String | Nil)
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.
- #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 delete.
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.