You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::SearchTablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SearchTablesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
-
#table_list ⇒ Array<Types::Table>
A list of the requested
Table
objects.
Instance Attribute Details
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
#table_list ⇒ Array<Types::Table>
A list of the requested Table
objects. The SearchTables
response
returns only the tables that you have access to.