Class: Aws::Types::ComponentBindingPropertiesValue
- Inherits:
-
Object
- Object
- Aws::Types::ComponentBindingPropertiesValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binding_properties ⇒ Types::ComponentBindingPropertiesValueProperties
Returns the value of attribute binding_properties.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#binding_properties ⇒ Types::ComponentBindingPropertiesValueProperties
Returns the value of attribute binding_properties.
169 170 171 |
# File 'sig/types.rbs', line 169 def binding_properties @binding_properties end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
170 171 172 |
# File 'sig/types.rbs', line 170 def default_value @default_value end |
#type ⇒ ::String
Returns the value of attribute type.
168 169 170 |
# File 'sig/types.rbs', line 168 def type @type end |