Class: Aws::Types::ListDataTablesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDataTablesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_table_summary_list ⇒ ::Array[Types::DataTableSummary]
Returns the value of attribute data_table_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#data_table_summary_list ⇒ ::Array[Types::DataTableSummary]
Returns the value of attribute data_table_summary_list.
4936 4937 4938 |
# File 'sig/types.rbs', line 4936 def data_table_summary_list @data_table_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4935 4936 4937 |
# File 'sig/types.rbs', line 4935 def next_token @next_token end |