Class: Aws::Types::BatchUpdateDataTableValueRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_id::String

Returns the value of attribute data_table_id.



775
776
777
# File 'sig/types.rbs', line 775

def data_table_id
  @data_table_id
end

#instance_id::String

Returns the value of attribute instance_id.



774
775
776
# File 'sig/types.rbs', line 774

def instance_id
  @instance_id
end

#values::Array[Types::DataTableValue]

Returns the value of attribute values.



776
777
778
# File 'sig/types.rbs', line 776

def values
  @values
end