ListImportsInput
public struct ListImportsInput : AWSShape
extension CloudFormation.ListImportsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.
Declaration
Swift
public let exportName: String
-
A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(exportName: String, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudFormation.ListImportsInput