Class: Aws::Types::DeleteDataTableAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataTableAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#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
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def attribute_name @attribute_name end |
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def instance_id @instance_id end |