Class: Aws::Types::DataTableDeleteValueIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::DataTableDeleteValueIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
-
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def attribute_name @attribute_name end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def lock_version @lock_version end |
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def primary_values @primary_values end |