Class: Aws::Connect::Types::UpdateDataTablePrimaryValuesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lock_versionTypes::DataTableLockVersion

The updated lock version information for the data table and affected components after the primary values change.



32147
32148
32149
32150
32151
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32147

class UpdateDataTablePrimaryValuesResponse < Struct.new(
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end