Class: Aws::Types::BatchCreateDataTableValueSuccessResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateDataTableValueSuccessResult
- 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.
-
#record_id ⇒ ::String
Returns the value of attribute record_id.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
632 633 634 |
# File 'sig/types.rbs', line 632 def attribute_name @attribute_name end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
634 635 636 |
# File 'sig/types.rbs', line 634 def lock_version @lock_version end |
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
631 632 633 |
# File 'sig/types.rbs', line 631 def primary_values @primary_values end |
#record_id ⇒ ::String
Returns the value of attribute record_id.
633 634 635 |
# File 'sig/types.rbs', line 633 def record_id @record_id end |