Class: Aws::Connect::Types::UpdateDataTablePrimaryValuesRequest

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. If the version is provided as part of the identifier or ARN, the version must be one of the two available system managed aliases, $SAVED or $LATEST.

Returns:

  • (String)


33583
33584
33585
33586
33587
33588
33589
33590
33591
# File 'lib/aws-sdk-connect/types.rb', line 33583

class UpdateDataTablePrimaryValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :primary_values,
  :new_primary_values,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique identifier for the Amazon Connect instance.

Returns:

  • (String)


33583
33584
33585
33586
33587
33588
33589
33590
33591
# File 'lib/aws-sdk-connect/types.rb', line 33583

class UpdateDataTablePrimaryValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :primary_values,
  :new_primary_values,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end

#lock_versionTypes::DataTableLockVersion

The lock version information required for optimistic locking to prevent concurrent modifications.



33583
33584
33585
33586
33587
33588
33589
33590
33591
# File 'lib/aws-sdk-connect/types.rb', line 33583

class UpdateDataTablePrimaryValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :primary_values,
  :new_primary_values,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end

#new_primary_valuesArray<Types::PrimaryValue>

The new primary values for the record. Required and must include values for all primary attributes. The combination must be unique within the table.

Returns:



33583
33584
33585
33586
33587
33588
33589
33590
33591
# File 'lib/aws-sdk-connect/types.rb', line 33583

class UpdateDataTablePrimaryValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :primary_values,
  :new_primary_values,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end

#primary_valuesArray<Types::PrimaryValue>

The current primary values for the record. Required and must include values for all primary attributes. Fails if the table has primary attributes and some primary values are omitted.

Returns:



33583
33584
33585
33586
33587
33588
33589
33590
33591
# File 'lib/aws-sdk-connect/types.rb', line 33583

class UpdateDataTablePrimaryValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :primary_values,
  :new_primary_values,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end