Class: Aws::Types::BatchPutAssetPropertyValueRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_partial_entry_processingBoolean

Returns the value of attribute enable_partial_entry_processing.

Returns:

  • (Boolean)


623
624
625
# File 'sig/types.rbs', line 623

def enable_partial_entry_processing
  @enable_partial_entry_processing
end

#entries::Array[Types::PutAssetPropertyValueEntry]

Returns the value of attribute entries.

Returns:



624
625
626
# File 'sig/types.rbs', line 624

def entries
  @entries
end