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:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def attribute
  @attribute
end

#data_table::String

Returns the value of attribute data_table.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def data_table
  @data_table
end

#primary_values::String

Returns the value of attribute primary_values.

Returns:

  • (::String)


2110
2111
2112
# File 'sig/types.rbs', line 2110

def primary_values
  @primary_values
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def value
  @value
end