Class: Aws::Types::UpdateDataTablePrimaryValuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataTablePrimaryValuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
-
#new_primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute new_primary_values.
-
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
Instance Attribute Details
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
8676 8677 8678 |
# File 'sig/types.rbs', line 8676 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8675 8676 8677 |
# File 'sig/types.rbs', line 8675 def instance_id @instance_id end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
8679 8680 8681 |
# File 'sig/types.rbs', line 8679 def lock_version @lock_version end |
#new_primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute new_primary_values.
8678 8679 8680 |
# File 'sig/types.rbs', line 8678 def new_primary_values @new_primary_values end |
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
8677 8678 8679 |
# File 'sig/types.rbs', line 8677 def primary_values @primary_values end |