Class: Aws::Types::DataTableLockVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attribute::String

Returns the value of attribute attribute.

Returns:



2156
2157
2158
# File 'sig/types.rbs', line 2156

def attribute
  @attribute
end

#data_table::String

Returns the value of attribute data_table.

Returns:



2155
2156
2157
# File 'sig/types.rbs', line 2155

def data_table
  @data_table
end

#primary_values::String

Returns the value of attribute primary_values.

Returns:



2157
2158
2159
# File 'sig/types.rbs', line 2157

def primary_values
  @primary_values
end

#value::String

Returns the value of attribute value.

Returns:



2158
2159
2160
# File 'sig/types.rbs', line 2158

def value
  @value
end