Class: Aws::Types::DescribeDataTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataTableRequest
- 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.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def instance_id @instance_id end |