Class: Aws::Types::GetTablesResponse

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)


4184
4185
4186
# File 'sig/types.rbs', line 4184

def next_token
  @next_token
end

#table_list::Array[Types::Table]

Returns the value of attribute table_list.

Returns:



4183
4184
4185
# File 'sig/types.rbs', line 4183

def table_list
  @table_list
end