ChangeSetSummary
public struct ChangeSetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the change set.
Declaration
Swift
public let changeSetId: String?
-
The name of the change set.
Declaration
Swift
public let changeSetName: String?
-
The start time when the change set was created, in UTC.
Declaration
Swift
public let creationTime: TimeStamp?
-
Descriptive information about the change set.
Declaration
Swift
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.
Declaration
Swift
public let executionStatus: ExecutionStatus?
-
The ID of the stack with which the change set is associated.
Declaration
Swift
public let stackId: String?
-
The name of the stack with which the change set is associated.
Declaration
Swift
public let stackName: String?
-
The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.
Declaration
Swift
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.
Declaration
Swift
public let statusReason: String?
-
init(changeSetId:changeSetName:creationTime:description:executionStatus:stackId:stackName:status:statusReason:)
Undocumented
Declaration
Swift
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)