Class: Aws::Types::BatchUpdateDataTableValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateDataTableValueRequest
- 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.
-
#values ⇒ ::Array[Types::DataTableValue]
Returns the value of attribute values.
Instance Attribute Details
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
757 758 759 |
# File 'sig/types.rbs', line 757 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
756 757 758 |
# File 'sig/types.rbs', line 756 def instance_id @instance_id end |
#values ⇒ ::Array[Types::DataTableValue]
Returns the value of attribute values.
758 759 760 |
# File 'sig/types.rbs', line 758 def values @values end |