Class: Aws::Connect::Types::DataTableDeleteValueIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DataTableDeleteValueIdentifier
- Defined in:
- gems/aws-sdk-connect/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.
9018 9019 9020 9021 9022 9023 9024 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9018 class DataTableDeleteValueIdentifier < Struct.new( :primary_values, :attribute_name, :lock_version) SENSITIVE = [] include Aws::Structure end |
#lock_version ⇒ Types::DataTableLockVersion
The identifier's lock version.
9018 9019 9020 9021 9022 9023 9024 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9018 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.
9018 9019 9020 9021 9022 9023 9024 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9018 class DataTableDeleteValueIdentifier < Struct.new( :primary_values, :attribute_name, :lock_version) SENSITIVE = [] include Aws::Structure end |