Class: Aws::Glue::Types::SearchTablesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


18950
18951
18952
18953
18954
18955
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18950

class SearchTablesResponse < Struct.new(
  :next_token,
  :table_list)
  SENSITIVE = []
  include Aws::Structure
end

#table_listArray<Types::Table>

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

Returns:



18950
18951
18952
18953
18954
18955
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18950

class SearchTablesResponse < Struct.new(
  :next_token,
  :table_list)
  SENSITIVE = []
  include Aws::Structure
end