Class: Aws::Types::BatchDeleteDataTableValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteDataTableValueRequest
- 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::DataTableDeleteValueIdentifier]
Returns the value of attribute values.
Instance Attribute Details
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
647 648 649 |
# File 'sig/types.rbs', line 647 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
646 647 648 |
# File 'sig/types.rbs', line 646 def instance_id @instance_id end |
#values ⇒ ::Array[Types::DataTableDeleteValueIdentifier]
Returns the value of attribute values.
648 649 650 |
# File 'sig/types.rbs', line 648 def values @values end |