Class: Aws::Types::BatchPutAssetPropertyValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutAssetPropertyValueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_partial_entry_processing ⇒ Boolean
Returns the value of attribute enable_partial_entry_processing.
-
#entries ⇒ ::Array[Types::PutAssetPropertyValueEntry]
Returns the value of attribute entries.
Instance Attribute Details
#enable_partial_entry_processing ⇒ Boolean
Returns the value of attribute enable_partial_entry_processing.
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.
624 625 626 |
# File 'sig/types.rbs', line 624 def entries @entries end |