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.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def instance_id @instance_id end |