Class: Aws::Types::FormBindingElement
- Inherits:
-
Object
- Object
- Aws::Types::FormBindingElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#element ⇒ ::String
Returns the value of attribute element.
-
#property ⇒ ::String
Returns the value of attribute property.
Instance Attribute Details
#element ⇒ ::String
Returns the value of attribute element.
504 505 506 |
# File 'sig/types.rbs', line 504 def element @element end |
#property ⇒ ::String
Returns the value of attribute property.
505 506 507 |
# File 'sig/types.rbs', line 505 def property @property end |