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)


6925
6926
6927
# File 'sig/types.rbs', line 6925

def next_token
  @next_token
end

#table_list::Array[Types::Table]

Returns the value of attribute table_list.

Returns:



6926
6927
6928
# File 'sig/types.rbs', line 6926

def table_list
  @table_list
end