Class: Aws::Connect::Types::UpdateDataTableMetadataResponse

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

#lock_versionTypes::DataTableLockVersion

The new lock version for the data table after the update.



33502
33503
33504
33505
33506
# File 'lib/aws-sdk-connect/types.rb', line 33502

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