ListImportsOutput
public struct ListImportsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of stack names that are importing the specified exported output value.
Declaration
Swift
public let imports: [String]?
-
A string that identifies the next page of exports. If there is no additional page, this value is null.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(imports: [String]? = nil, nextToken: String? = nil)