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:



2138
2139
2140
# File 'sig/types.rbs', line 2138

def attribute_name
  @attribute_name
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.

Returns:



2139
2140
2141
# File 'sig/types.rbs', line 2139

def lock_version
  @lock_version
end

#primary_values::Array[Types::PrimaryValue]

Returns the value of attribute primary_values.

Returns:



2137
2138
2139
# File 'sig/types.rbs', line 2137

def primary_values
  @primary_values
end