ListExportsInput
public struct ListExportsInput : AWSShape
extension CloudFormation.ListExportsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudFormation.ListExportsInput