Class: Aws::Types::BatchCreateDataTableValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateDataTableValueRequest
- 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.
619 620 621 |
# File 'sig/types.rbs', line 619 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
618 619 620 |
# File 'sig/types.rbs', line 618 def instance_id @instance_id end |
#values ⇒ ::Array[Types::DataTableValue]
Returns the value of attribute values.
620 621 622 |
# File 'sig/types.rbs', line 620 def values @values end |