Class: Aws::Connect::Types::UpdateDataTablePrimaryValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateDataTablePrimaryValuesResponse
- 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 information for the data table and affected components after the primary values change.
Instance Attribute Details
#lock_version ⇒ Types::DataTableLockVersion
The updated lock version information for the data table and affected components after the primary values change.
33600 33601 33602 33603 33604 |
# File 'lib/aws-sdk-connect/types.rb', line 33600 class UpdateDataTablePrimaryValuesResponse < Struct.new( :lock_version) SENSITIVE = [] include Aws::Structure end |