class Aws::CloudFormation::Types::ChangeSetSummary
The ‘ChangeSetSummary` structure describes a change set, its status, and the stack with which it’s associated.
@!attribute [rw] stack_id
The ID of the stack with which the change set is associated. @return [String]
@!attribute [rw] stack_name
The name of the stack with which the change set is associated. @return [String]
@!attribute [rw] change_set_id
The ID of the change set. @return [String]
@!attribute [rw] change_set_name
The name of the change set. @return [String]
@!attribute [rw] execution_status
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. @return [String]
@!attribute [rw] status
The state of the change set, such as `CREATE_IN_PROGRESS`, `CREATE_COMPLETE`, or `FAILED`. @return [String]
@!attribute [rw] status_reason
A description of the change set's status. For example, if your change set is in the `FAILED` state, CloudFormation shows the error message. @return [String]
@!attribute [rw] creation_time
The start time when the change set was created, in UTC. @return [Time]
@!attribute [rw] description
Descriptive information about the change set. @return [String]
@!attribute [rw] include_nested_stacks
Specifies the current setting of `IncludeNestedStacks` for the change set. @return [Boolean]
@!attribute [rw] parent_change_set_id
The parent change set ID. @return [String]
@!attribute [rw] root_change_set_id
The root change set ID. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ChangeSetSummary AWS API Documentation
Constants
- SENSITIVE