Class: Aws::Types::UpdateDataTablePrimaryValuesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


8776
8777
8778
# File 'sig/types.rbs', line 8776

def data_table_id
  @data_table_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8775
8776
8777
# File 'sig/types.rbs', line 8775

def instance_id
  @instance_id
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.



8779
8780
8781
# File 'sig/types.rbs', line 8779

def lock_version
  @lock_version
end

#new_primary_values::Array[Types::PrimaryValue]

Returns the value of attribute new_primary_values.

Returns:



8778
8779
8780
# File 'sig/types.rbs', line 8778

def new_primary_values
  @new_primary_values
end

#primary_values::Array[Types::PrimaryValue]

Returns the value of attribute primary_values.

Returns:



8777
8778
8779
# File 'sig/types.rbs', line 8777

def primary_values
  @primary_values
end