Class: Aws::Connect::Types::BatchDescribeDataTableValueRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_idString

The unique identifier for the data table. Must also accept the table ARN with or without a version alias.

Returns:

  • (String)


2344
2345
2346
2347
2348
2349
2350
# File 'lib/aws-sdk-connect/types.rb', line 2344

class BatchDescribeDataTableValueRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique identifier for the Amazon Connect instance.

Returns:

  • (String)


2344
2345
2346
2347
2348
2349
2350
# File 'lib/aws-sdk-connect/types.rb', line 2344

class BatchDescribeDataTableValueRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::DataTableValueIdentifier>

A list of value identifiers to retrieve, each specifying primary values and attribute names.



2344
2345
2346
2347
2348
2349
2350
# File 'lib/aws-sdk-connect/types.rb', line 2344

class BatchDescribeDataTableValueRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :values)
  SENSITIVE = []
  include Aws::Structure
end