ListChangeSetsOutput
public struct ListChangeSetsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.
Declaration
Swift
public let nextToken: String? -
A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.
Declaration
Swift
public let summaries: [ChangeSetSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, summaries: [ChangeSetSummary]? = nil)
View on GitHub
ListChangeSetsOutput Structure Reference