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)


7942
7943
7944
7945
7946
7947
7948
# File 'lib/aws-sdk-connect/types.rb', line 7942

class DataTableDeleteValueIdentifier < Struct.new(
  :primary_values,
  :attribute_name,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end

#lock_versionTypes::DataTableLockVersion

The identifier’s lock version.



7942
7943
7944
7945
7946
7947
7948
# File 'lib/aws-sdk-connect/types.rb', line 7942

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:



7942
7943
7944
7945
7946
7947
7948
# File 'lib/aws-sdk-connect/types.rb', line 7942

class DataTableDeleteValueIdentifier < Struct.new(
  :primary_values,
  :attribute_name,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end