Class: Aws::Connect::Types::BatchUpdateDataTableValueRequest

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.



2655
2656
2657
2658
2659
2660
2661
# File 'lib/aws-sdk-connect/types.rb', line 2655

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

#instance_idString

The unique identifier for the Amazon Connect instance.



2655
2656
2657
2658
2659
2660
2661
# File 'lib/aws-sdk-connect/types.rb', line 2655

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

#valuesArray<Types::DataTableValue>

A list of values to update, each including the current lock version to ensure optimistic locking.



2655
2656
2657
2658
2659
2660
2661
# File 'lib/aws-sdk-connect/types.rb', line 2655

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