class
Amazonite::CloudFormation::CreateChangeSetOutput
- Amazonite::CloudFormation::CreateChangeSetOutput
- Reference
- Object
Overview
The output for the CreateChangeSet action.
Defined in:
cloudformation/create_change_set_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#id : String | Nil
The Amazon Resource Name (ARN) of the change set.
-
#id=(id : String | Nil)
The Amazon Resource Name (ARN) of the change set.
-
#stack_id : String | Nil
The unique ID of the stack.
-
#stack_id=(stack_id : String | Nil)
The unique ID of the stack.
- #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?.