Class: Aws::Connect::Types::DataTableDeleteValueIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DataTableDeleteValueIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
A data table delete value identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The identifier’s attribute name.
-
#lock_version ⇒ Types::DataTableLockVersion
The identifier’s lock version.
-
#primary_values ⇒ Array<Types::PrimaryValue>
The identifier’s primary values.
Instance Attribute Details
#attribute_name ⇒ String
The identifier’s attribute name.
8219 8220 8221 8222 8223 8224 8225 |
# File 'lib/aws-sdk-connect/types.rb', line 8219 class DataTableDeleteValueIdentifier < Struct.new( :primary_values, :attribute_name, :lock_version) SENSITIVE = [] include Aws::Structure end |
#lock_version ⇒ Types::DataTableLockVersion
The identifier’s lock version.
8219 8220 8221 8222 8223 8224 8225 |
# File 'lib/aws-sdk-connect/types.rb', line 8219 class DataTableDeleteValueIdentifier < Struct.new( :primary_values, :attribute_name, :lock_version) SENSITIVE = [] include Aws::Structure end |
#primary_values ⇒ Array<Types::PrimaryValue>
The identifier’s primary values.
8219 8220 8221 8222 8223 8224 8225 |
# File 'lib/aws-sdk-connect/types.rb', line 8219 class DataTableDeleteValueIdentifier < Struct.new( :primary_values, :attribute_name, :lock_version) SENSITIVE = [] include Aws::Structure end |