Class: Aws::Types::SearchTablesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6883
6884
6885
# File 'sig/types.rbs', line 6883

def next_token
  @next_token
end

#table_list::Array[Types::Table]

Returns the value of attribute table_list.

Returns:



6884
6885
6886
# File 'sig/types.rbs', line 6884

def table_list
  @table_list
end