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

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

Instance Attribute Details

#attribute_nameString

The identifier's attribute name.

Returns:

  • (String)


8617
8618
8619
8620
8621
8622
8623
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8617

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

#lock_versionTypes::DataTableLockVersion

The identifier's lock version.



8617
8618
8619
8620
8621
8622
8623
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8617

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:



8617
8618
8619
8620
8621
8622
8623
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8617

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