ChangeSetSummary
public struct ChangeSetSummary : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ID of the change set. DeclarationSwift public let changeSetId: String?
- 
                  
                  The name of the change set. DeclarationSwift public let changeSetName: String?
- 
                  
                  The start time when the change set was created, in UTC. DeclarationSwift public let creationTime: TimeStamp?
- 
                  
                  Descriptive information about the change set. DeclarationSwift public let description: String?
- 
                  
                  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 AWS CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated. DeclarationSwift public let executionStatus: ExecutionStatus?
- 
                  
                  The ID of the stack with which the change set is associated. DeclarationSwift public let stackId: String?
- 
                  
                  The name of the stack with which the change set is associated. DeclarationSwift public let stackName: String?
- 
                  
                  The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED. DeclarationSwift public let status: ChangeSetStatus?
- 
                  
                  A description of the change set’s status. For example, if your change set is in the FAILED state, AWS CloudFormation shows the error message. DeclarationSwift public let statusReason: String?
- 
                  init(changeSetId:changeSetName:creationTime:description:executionStatus:stackId:stackName:status:statusReason:)Undocumented DeclarationSwift public init(changeSetId: String? = nil, changeSetName: String? = nil, creationTime: TimeStamp? = nil, description: String? = nil, executionStatus: ExecutionStatus? = nil, stackId: String? = nil, stackName: String? = nil, status: ChangeSetStatus? = nil, statusReason: String? = nil)
 View on GitHub
View on GitHub ChangeSetSummary Structure Reference
        ChangeSetSummary Structure Reference