ChangeSetSummaryListItem
public struct ChangeSetSummaryListItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN associated with the unique identifier for the change set referenced in this request.
Declaration
Swift
public let changeSetArn: String?
-
The unique identifier for a change set.
Declaration
Swift
public let changeSetId: String?
-
The non-unique name for the change set.
Declaration
Swift
public let changeSetName: String?
-
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
Declaration
Swift
public let endTime: String?
-
This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.
Declaration
Swift
public let entityIdList: [String]?
-
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
Declaration
Swift
public let startTime: String?
-
The current status of the change set.
Declaration
Swift
public let status: ChangeStatus?
-
Undocumented
Declaration
Swift
public init(changeSetArn: String? = nil, changeSetId: String? = nil, changeSetName: String? = nil, endTime: String? = nil, entityIdList: [String]? = nil, startTime: String? = nil, status: ChangeStatus? = nil)