Class: Aws::Types::BatchCreateDataTableValueRequest

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)


630
631
632
# File 'sig/types.rbs', line 630

def data_table_id
  @data_table_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def instance_id
  @instance_id
end

#values::Array[Types::DataTableValue]

Returns the value of attribute values.

Returns:



631
632
633
# File 'sig/types.rbs', line 631

def values
  @values
end