Class: Aws::Types::BatchDescribeDataTableValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeDataTableValueRequest
- 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::DataTableValueIdentifier]
Returns the value of attribute values.
Instance Attribute Details
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
674 675 676 |
# File 'sig/types.rbs', line 674 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
673 674 675 |
# File 'sig/types.rbs', line 673 def instance_id @instance_id end |
#values ⇒ ::Array[Types::DataTableValueIdentifier]
Returns the value of attribute values.
675 676 677 |
# File 'sig/types.rbs', line 675 def values @values end |