Class: Aws::Types::ListTablesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTablesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tables ⇒ ::Array[Types::TableSummary]
Returns the value of attribute tables.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
289 290 291 |
# File 'sig/types.rbs', line 289 def next_token @next_token end |
#tables ⇒ ::Array[Types::TableSummary]
Returns the value of attribute tables.
290 291 292 |
# File 'sig/types.rbs', line 290 def tables @tables end |