Class: Aws::Connect::Types::DeleteDataTableAttributeResponse

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 updated lock version of the data table.



8681
8682
8683
8684
8685
# File 'lib/aws-sdk-connect/types.rb', line 8681

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