class
Amazonite::CloudFormation::ChangeSetSummary
- Amazonite::CloudFormation::ChangeSetSummary
- Reference
- Object
Overview
The ChangeSetSummary structure describes a change set, its status, and the stack with which
it's associated.
Defined in:
cloudformation/change_set_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_id : String | Nil = nil, stack_name : String | Nil = nil, change_set_id : String | Nil = nil, change_set_name : String | Nil = nil, execution_status : ExecutionStatus | Nil = nil, status : ChangeSetStatus | Nil = nil, status_reason : String | Nil = nil, creation_time : Time | Nil = nil, description : String | Nil = nil, include_nested_stacks : Bool | Nil = nil, parent_change_set_id : String | Nil = nil, root_change_set_id : String | Nil = nil, import_existing_resources : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#change_set_id : String | Nil
The ID of the change set.
-
#change_set_id=(change_set_id : String | Nil)
The ID of the change set.
-
#change_set_name : String | Nil
The name of the change set.
-
#change_set_name=(change_set_name : String | Nil)
The name of the change set.
-
#creation_time : Time | Nil
The start time when the change set was created, in UTC.
-
#creation_time=(creation_time : Time | Nil)
The start time when the change set was created, in UTC.
-
#description : String | Nil
Descriptive information about the change set.
-
#description=(description : String | Nil)
Descriptive information about the change set.
-
#execution_status : ExecutionStatus | Nil
If the change set execution status is
AVAILABLE, you can execute the change set. -
#execution_status=(execution_status : ExecutionStatus | Nil)
If the change set execution status is
AVAILABLE, you can execute the change set. -
#hash(hasher)
See
Object#hash(hasher) -
#import_existing_resources : Bool | Nil
Indicates if the change set imports resources that already exist.
-
#import_existing_resources=(import_existing_resources : Bool | Nil)
Indicates if the change set imports resources that already exist.
-
#include_nested_stacks : Bool | Nil
Specifies the current setting of
IncludeNestedStacksfor the change set. -
#include_nested_stacks=(include_nested_stacks : Bool | Nil)
Specifies the current setting of
IncludeNestedStacksfor the change set. -
#parent_change_set_id : String | Nil
The parent change set ID.
-
#parent_change_set_id=(parent_change_set_id : String | Nil)
The parent change set ID.
-
#root_change_set_id : String | Nil
The root change set ID.
-
#root_change_set_id=(root_change_set_id : String | Nil)
The root change set ID.
-
#stack_id : String | Nil
The ID of the stack with which the change set is associated.
-
#stack_id=(stack_id : String | Nil)
The ID of the stack with which the change set is associated.
-
#stack_name : String | Nil
The name of the stack with which the change set is associated.
-
#stack_name=(stack_name : String | Nil)
The name of the stack with which the change set is associated.
-
#status : ChangeSetStatus | Nil
The state of the change set, such as
CREATE_PENDING,CREATE_COMPLETE, orFAILED. -
#status=(status : ChangeSetStatus | Nil)
The state of the change set, such as
CREATE_PENDING,CREATE_COMPLETE, orFAILED. -
#status_reason : String | Nil
A description of the change set's status.
-
#status_reason=(status_reason : String | Nil)
A description of the change set's status.
- #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 start time when the change set was created, in UTC.
If the change set execution status is AVAILABLE, you can execute the change set. If you can't
execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state
because the stack was already updated.
If the change set execution status is AVAILABLE, you can execute the change set. If you can't
execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state
because the stack was already updated.
Indicates if the change set imports resources that already exist.
Indicates if the change set imports resources that already exist.
Specifies the current setting of IncludeNestedStacks for the change set.
Specifies the current setting of IncludeNestedStacks for the change set.
The ID of the stack with which the change set is associated.
The name of the stack with which the change set is associated.
The state of the change set, such as CREATE_PENDING, CREATE_COMPLETE, or FAILED.
The state of the change set, such as CREATE_PENDING, CREATE_COMPLETE, or FAILED.
A description of the change set's status. For example, if your change set is in the FAILED
state, CloudFormation shows the error message.
A description of the change set's status. For example, if your change set is in the FAILED
state, CloudFormation shows the error message.