Class: Aws::Types::DataTableLockVersion
- Inherits:
-
Object
- Object
- Aws::Types::DataTableLockVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ ::String
Returns the value of attribute attribute.
-
#data_table ⇒ ::String
Returns the value of attribute data_table.
-
#primary_values ⇒ ::String
Returns the value of attribute primary_values.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attribute ⇒ ::String
Returns the value of attribute attribute.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def attribute @attribute end |
#data_table ⇒ ::String
Returns the value of attribute data_table.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def data_table @data_table end |
#primary_values ⇒ ::String
Returns the value of attribute primary_values.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def primary_values @primary_values end |
#value ⇒ ::String
Returns the value of attribute value.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def value @value end |