Class: Aws::Types::GetTablesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTablesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#table_list ⇒ ::Array[Types::Table]
Returns the value of attribute table_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
4183 4184 4185 |
# File 'sig/types.rbs', line 4183 def table_list @table_list end |