Class: Aws::Connect::Types::UpdateDataTableMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateDataTableMetadataResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lock_version ⇒ Types::DataTableLockVersion
The new lock version for the data table after the update.
Instance Attribute Details
#lock_version ⇒ Types::DataTableLockVersion
The new lock version for the data table after the update.
32094 32095 32096 32097 32098 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32094 class UpdateDataTableMetadataResponse < Struct.new( :lock_version) SENSITIVE = [] include Aws::Structure end |