Class: Aws::Types::ListDataTablesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_summary_list::Array[Types::DataTableSummary]

Returns the value of attribute data_table_summary_list.

Returns:



4989
4990
4991
# File 'sig/types.rbs', line 4989

def data_table_summary_list
  @data_table_summary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4988
4989
4990
# File 'sig/types.rbs', line 4988

def next_token
  @next_token
end