SearchTablesResponse

public struct SearchTablesResponse : 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. The SearchTables response returns only the tables that you have access to.

    Declaration

    Swift

    public let tableList: [Table]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, tableList: [Table]? = nil)