Class: Aws::Types::GetTableVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTableVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#table_versions ⇒ ::Array[Types::TableVersion]
Returns the value of attribute table_versions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
4183 4184 4185 |
# File 'sig/types.rbs', line 4183 def next_token @next_token end |
#table_versions ⇒ ::Array[Types::TableVersion]
Returns the value of attribute table_versions.
4182 4183 4184 |
# File 'sig/types.rbs', line 4182 def table_versions @table_versions end |