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)


2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-connect/types.rb', line 2489

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)


2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-connect/types.rb', line 2489

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.



2489
2490
2491
2492
2493
2494
2495
# File 'lib/aws-sdk-connect/types.rb', line 2489

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