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
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, present if the current list segment is not the last.

Returns:

  • (String)

    A continuation token, present if the current list segment is not the last.

#table_listArray<Types::Table>

A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.

Returns:

  • (Array<Types::Table>)

    A list of the requested Table objects.