Class: Aws::Types::CreateComponentData
- Inherits:
-
Object
- Object
- Aws::Types::CreateComponentData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binding_properties ⇒ ::Hash[::String, Types::ComponentBindingPropertiesValue]
Returns the value of attribute binding_properties.
-
#children ⇒ ::Array[Types::ComponentChild]
Returns the value of attribute children.
-
#collection_properties ⇒ ::Hash[::String, Types::ComponentDataConfiguration]
Returns the value of attribute collection_properties.
-
#component_type ⇒ ::String
Returns the value of attribute component_type.
-
#events ⇒ ::Hash[::String, Types::ComponentEvent]
Returns the value of attribute events.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#overrides ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute overrides.
-
#properties ⇒ ::Hash[::String, Types::ComponentProperty]
Returns the value of attribute properties.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#variants ⇒ ::Array[Types::ComponentVariant]
Returns the value of attribute variants.
Instance Attribute Details
#binding_properties ⇒ ::Hash[::String, Types::ComponentBindingPropertiesValue]
Returns the value of attribute binding_properties.
270 271 272 |
# File 'sig/types.rbs', line 270 def binding_properties @binding_properties end |
#children ⇒ ::Array[Types::ComponentChild]
Returns the value of attribute children.
267 268 269 |
# File 'sig/types.rbs', line 267 def children @children end |
#collection_properties ⇒ ::Hash[::String, Types::ComponentDataConfiguration]
Returns the value of attribute collection_properties.
271 272 273 |
# File 'sig/types.rbs', line 271 def collection_properties @collection_properties end |
#component_type ⇒ ::String
Returns the value of attribute component_type.
265 266 267 |
# File 'sig/types.rbs', line 265 def component_type @component_type end |
#events ⇒ ::Hash[::String, Types::ComponentEvent]
Returns the value of attribute events.
273 274 275 |
# File 'sig/types.rbs', line 273 def events @events end |
#name ⇒ ::String
Returns the value of attribute name.
263 264 265 |
# File 'sig/types.rbs', line 263 def name @name end |
#overrides ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute overrides.
269 270 271 |
# File 'sig/types.rbs', line 269 def overrides @overrides end |
#properties ⇒ ::Hash[::String, Types::ComponentProperty]
Returns the value of attribute properties.
266 267 268 |
# File 'sig/types.rbs', line 266 def properties @properties end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
274 275 276 |
# File 'sig/types.rbs', line 274 def schema_version @schema_version end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def source_id @source_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
272 273 274 |
# File 'sig/types.rbs', line 272 def @tags end |
#variants ⇒ ::Array[Types::ComponentVariant]
Returns the value of attribute variants.
268 269 270 |
# File 'sig/types.rbs', line 268 def variants @variants end |