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.
4164 4165 4166 |
# File 'sig/types.rbs', line 4164 def next_token @next_token end |
#table_versions ⇒ ::Array[Types::TableVersion]
Returns the value of attribute table_versions.
4163 4164 4165 |
# File 'sig/types.rbs', line 4163 def table_versions @table_versions end |