Class: Aws::Types::ComponentProperty
- Inherits:
-
Object
- Object
- Aws::Types::ComponentProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binding_properties ⇒ Types::ComponentPropertyBindingProperties
Returns the value of attribute binding_properties.
-
#bindings ⇒ ::Hash[::String, Types::FormBindingElement]
Returns the value of attribute bindings.
-
#collection_binding_properties ⇒ Types::ComponentPropertyBindingProperties
Returns the value of attribute collection_binding_properties.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#concat ⇒ ::Array[Types::ComponentProperty]
Returns the value of attribute concat.
-
#condition ⇒ Types::ComponentConditionProperty
Returns the value of attribute condition.
-
#configured ⇒ Boolean
Returns the value of attribute configured.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#event ⇒ ::String
Returns the value of attribute event.
-
#imported_value ⇒ ::String
Returns the value of attribute imported_value.
-
#model ⇒ ::String
Returns the value of attribute model.
-
#property ⇒ ::String
Returns the value of attribute property.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#user_attribute ⇒ ::String
Returns the value of attribute user_attribute.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#binding_properties ⇒ Types::ComponentPropertyBindingProperties
Returns the value of attribute binding_properties.
224 225 226 |
# File 'sig/types.rbs', line 224 def binding_properties @binding_properties end |
#bindings ⇒ ::Hash[::String, Types::FormBindingElement]
Returns the value of attribute bindings.
228 229 230 |
# File 'sig/types.rbs', line 228 def bindings @bindings end |
#collection_binding_properties ⇒ Types::ComponentPropertyBindingProperties
Returns the value of attribute collection_binding_properties.
225 226 227 |
# File 'sig/types.rbs', line 225 def collection_binding_properties @collection_binding_properties end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
236 237 238 |
# File 'sig/types.rbs', line 236 def component_name @component_name end |
#concat ⇒ ::Array[Types::ComponentProperty]
Returns the value of attribute concat.
231 232 233 |
# File 'sig/types.rbs', line 231 def concat @concat end |
#condition ⇒ Types::ComponentConditionProperty
Returns the value of attribute condition.
232 233 234 |
# File 'sig/types.rbs', line 232 def condition @condition end |
#configured ⇒ Boolean
Returns the value of attribute configured.
233 234 235 |
# File 'sig/types.rbs', line 233 def configured @configured end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
226 227 228 |
# File 'sig/types.rbs', line 226 def default_value @default_value end |
#event ⇒ ::String
Returns the value of attribute event.
229 230 231 |
# File 'sig/types.rbs', line 229 def event @event end |
#imported_value ⇒ ::String
Returns the value of attribute imported_value.
235 236 237 |
# File 'sig/types.rbs', line 235 def imported_value @imported_value end |
#model ⇒ ::String
Returns the value of attribute model.
227 228 229 |
# File 'sig/types.rbs', line 227 def model @model end |
#property ⇒ ::String
Returns the value of attribute property.
237 238 239 |
# File 'sig/types.rbs', line 237 def property @property end |
#type ⇒ ::String
Returns the value of attribute type.
234 235 236 |
# File 'sig/types.rbs', line 234 def type @type end |
#user_attribute ⇒ ::String
Returns the value of attribute user_attribute.
230 231 232 |
# File 'sig/types.rbs', line 230 def user_attribute @user_attribute end |
#value ⇒ ::String
Returns the value of attribute value.
223 224 225 |
# File 'sig/types.rbs', line 223 def value @value end |