Class: Aws::Types::BatchPutAttributesMetadataOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutAttributesMetadataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::BatchPutAttributeOutput]
Returns the value of attribute attributes.
-
#errors ⇒ ::Array[Types::AttributeError]
Returns the value of attribute errors.
Instance Attribute Details
#attributes ⇒ ::Array[Types::BatchPutAttributeOutput]
Returns the value of attribute attributes.
512 513 514 |
# File 'sig/types.rbs', line 512 def attributes @attributes end |
#errors ⇒ ::Array[Types::AttributeError]
Returns the value of attribute errors.
511 512 513 |
# File 'sig/types.rbs', line 511 def errors @errors end |