Class: Aws::Types::DataTableDeleteValueIdentifier

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


2058
2059
2060
# File 'sig/types.rbs', line 2058

def attribute_name
  @attribute_name
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.



2059
2060
2061
# File 'sig/types.rbs', line 2059

def lock_version
  @lock_version
end

#primary_values::Array[Types::PrimaryValue]

Returns the value of attribute primary_values.

Returns:



2057
2058
2059
# File 'sig/types.rbs', line 2057

def primary_values
  @primary_values
end