ListChangeSetsResponse
public struct ListChangeSetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Array of ChangeSetSummaryListItem objects.
Declaration
Swift
public let changeSetSummaryList: [ChangeSetSummaryListItem]? -
The value of the next token, if it exists. Null if there are no more results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(changeSetSummaryList: [ChangeSetSummaryListItem]? = nil, nextToken: String? = nil)
View on GitHub
ListChangeSetsResponse Structure Reference