Class: Aws::Connect::Types::DeleteDataTableAttributeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteDataTableAttributeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lock_version ⇒ Types::DataTableLockVersion
The updated lock version of the data table.
Instance Attribute Details
#lock_version ⇒ Types::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 |