Class: Aws::Types::AttributeInput
- Inherits:
-
Object
- Object
- Aws::Types::AttributeInput
- 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::FormInput]
Returns the value of attribute forms.
Instance Attribute Details
#attribute_identifier ⇒ ::String
Returns the value of attribute attribute_identifier.
408 409 410 |
# File 'sig/types.rbs', line 408 def attribute_identifier @attribute_identifier end |
#forms ⇒ ::Array[Types::FormInput]
Returns the value of attribute forms.
409 410 411 |
# File 'sig/types.rbs', line 409 def forms @forms end |