Class: Aws::Types::BatchGetAttributeOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAttributeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_identifier ⇒ ::String
Returns the value of attribute attribute_identifier.
-
#forms ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms.
Instance Attribute Details
#attribute_identifier ⇒ ::String
Returns the value of attribute attribute_identifier.
476 477 478 |
# File 'sig/types.rbs', line 476 def attribute_identifier @attribute_identifier end |
#forms ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms.
477 478 479 |
# File 'sig/types.rbs', line 477 def forms @forms end |