Class: Aws::Types::ComponentPropertyBindingProperties
- Inherits:
-
Object
- Object
- Aws::Types::ComponentPropertyBindingProperties
- 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.
243 244 245 |
# File 'sig/types.rbs', line 243 def field @field end |
#property ⇒ ::String
Returns the value of attribute property.
242 243 244 |
# File 'sig/types.rbs', line 242 def property @property end |