Class: Aws::Types::BatchPutAssetPropertyErrorEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutAssetPropertyErrorEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
-
#errors ⇒ ::Array[Types::BatchPutAssetPropertyError]
Returns the value of attribute errors.
Instance Attribute Details
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def entry_id @entry_id end |
#errors ⇒ ::Array[Types::BatchPutAssetPropertyError]
Returns the value of attribute errors.
618 619 620 |
# File 'sig/types.rbs', line 618 def errors @errors end |