Class: Aws::Types::DeleteDataTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataTableRequest
- 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.
Instance Attribute Details
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def instance_id @instance_id end |