Class: Aws::Connect::Types::BatchDescribeDataTableValueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchDescribeDataTableValueRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_table_id ⇒ String
The unique identifier for the data table.
-
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance.
-
#values ⇒ Array<Types::DataTableValueIdentifier>
A list of value identifiers to retrieve, each specifying primary values and attribute names.
Instance Attribute Details
#data_table_id ⇒ String
The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
2375 2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-connect/types.rb', line 2375 class BatchDescribeDataTableValueRequest < Struct.new( :instance_id, :data_table_id, :values) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance.
2375 2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-connect/types.rb', line 2375 class BatchDescribeDataTableValueRequest < Struct.new( :instance_id, :data_table_id, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::DataTableValueIdentifier>
A list of value identifiers to retrieve, each specifying primary values and attribute names.
2375 2376 2377 2378 2379 2380 2381 |
# File 'lib/aws-sdk-connect/types.rb', line 2375 class BatchDescribeDataTableValueRequest < Struct.new( :instance_id, :data_table_id, :values) SENSITIVE = [] include Aws::Structure end |