Class: Aws::Connect::Types::DataTableDeleteValueIdentifier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attribute_nameString

The identifier’s attribute name.

Returns:

  • (String)


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_versionTypes::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_valuesArray<Types::PrimaryValue>

The identifier’s primary values.

Returns:



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