ListChangeSetsInput
public struct ListChangeSetsInput : AWSShape
extension CloudFormation.ListChangeSetsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
Declaration
Swift
public let nextToken: String?
-
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
Declaration
Swift
public let stackName: String
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, stackName: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudFormation.ListChangeSetsInput