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.
7764 7765 7766 7767 7768 7769 7770 |
# File 'lib/aws-sdk-connect/types.rb', line 7764 class DataTableDeleteValueIdentifier < Struct.new( :primary_values, :attribute_name, :lock_version) SENSITIVE = [] include Aws::Structure end |
#lock_version ⇒ Types::DataTableLockVersion
The identifier’s lock version.
7764 7765 7766 7767 7768 7769 7770 |
# File 'lib/aws-sdk-connect/types.rb', line 7764 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.
7764 7765 7766 7767 7768 7769 7770 |
# File 'lib/aws-sdk-connect/types.rb', line 7764 class DataTableDeleteValueIdentifier < Struct.new( :primary_values, :attribute_name, :lock_version) SENSITIVE = [] include Aws::Structure end |