Class: Aws::Types::FormInputValuePropertyBindingProperties
- Inherits:
-
Object
- Object
- Aws::Types::FormInputValuePropertyBindingProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ ::String
Returns the value of attribute field.
-
#property ⇒ ::String
Returns the value of attribute property.
Instance Attribute Details
#field ⇒ ::String
Returns the value of attribute field.
550 551 552 |
# File 'sig/types.rbs', line 550 def field @field end |
#property ⇒ ::String
Returns the value of attribute property.
549 550 551 |
# File 'sig/types.rbs', line 549 def property @property end |