Class: Aws::Types::BatchGetAttributesMetadataOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAttributesMetadataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::BatchGetAttributeOutput]
Returns the value of attribute attributes.
-
#errors ⇒ ::Array[Types::AttributeError]
Returns the value of attribute errors.
Instance Attribute Details
#attributes ⇒ ::Array[Types::BatchGetAttributeOutput]
Returns the value of attribute attributes.
491 492 493 |
# File 'sig/types.rbs', line 491 def attributes @attributes end |
#errors ⇒ ::Array[Types::AttributeError]
Returns the value of attribute errors.
492 493 494 |
# File 'sig/types.rbs', line 492 def errors @errors end |