Class: Aws::Connect::Types::BatchUpdateDataTableValueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchUpdateDataTableValueRequest
- 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::DataTableValue>
A list of values to update, each including the current lock version to ensure optimistic locking.
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.
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_id ⇒ String
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 |
#values ⇒ Array<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 |