Class: Aws::Types::ComponentChild
- Inherits:
-
Object
- Object
- Aws::Types::ComponentChild
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#children ⇒ ::Array[Types::ComponentChild]
Returns the value of attribute children.
-
#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.
-
#properties ⇒ ::Hash[::String, Types::ComponentProperty]
Returns the value of attribute properties.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
Instance Attribute Details
#children ⇒ ::Array[Types::ComponentChild]
Returns the value of attribute children.
190 191 192 |
# File 'sig/types.rbs', line 190 def children @children end |
#component_type ⇒ ::String
Returns the value of attribute component_type.
187 188 189 |
# File 'sig/types.rbs', line 187 def component_type @component_type end |
#events ⇒ ::Hash[::String, Types::ComponentEvent]
Returns the value of attribute events.
191 192 193 |
# File 'sig/types.rbs', line 191 def events @events end |
#name ⇒ ::String
Returns the value of attribute name.
188 189 190 |
# File 'sig/types.rbs', line 188 def name @name end |
#properties ⇒ ::Hash[::String, Types::ComponentProperty]
Returns the value of attribute properties.
189 190 191 |
# File 'sig/types.rbs', line 189 def properties @properties end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
192 193 194 |
# File 'sig/types.rbs', line 192 def source_id @source_id end |