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.



8521
8522
8523
8524
8525
# File 'lib/aws-sdk-connect/types.rb', line 8521

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