GetTablesResponse
public struct GetTablesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A continuation token, present if the current list segment is not the last.
Declaration
Swift
public let nextToken: String?
-
A list of the requested Table objects.
Declaration
Swift
public let tableList: [Table]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, tableList: [Table]? = nil)