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.
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 |