Class: Aws::Types::TableVersion
- Inherits:
-
Object
- Object
- Aws::Types::TableVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#table ⇒ Types::Table
Returns the value of attribute table.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#table ⇒ Types::Table
Returns the value of attribute table.
7592 7593 7594 |
# File 'sig/types.rbs', line 7592 def table @table end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
7593 7594 7595 |
# File 'sig/types.rbs', line 7593 def version_id @version_id end |