Class: Aws::Types::Component
- Inherits:
-
Object
- Object
- Aws::Types::Component
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#events ⇒ ::Hash[::String, Types::ComponentEvent]
Returns the value of attribute events.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#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
#app_id ⇒ ::String
Returns the value of attribute app_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def app_id @app_id end |
#binding_properties ⇒ ::Hash[::String, Types::ComponentBindingPropertiesValue]
Returns the value of attribute binding_properties.
157 158 159 |
# File 'sig/types.rbs', line 157 def binding_properties @binding_properties end |
#children ⇒ ::Array[Types::ComponentChild]
Returns the value of attribute children.
154 155 156 |
# File 'sig/types.rbs', line 154 def children @children end |
#collection_properties ⇒ ::Hash[::String, Types::ComponentDataConfiguration]
Returns the value of attribute collection_properties.
158 159 160 |
# File 'sig/types.rbs', line 158 def collection_properties @collection_properties end |
#component_type ⇒ ::String
Returns the value of attribute component_type.
152 153 154 |
# File 'sig/types.rbs', line 152 def component_type @component_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
159 160 161 |
# File 'sig/types.rbs', line 159 def created_at @created_at end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
148 149 150 |
# File 'sig/types.rbs', line 148 def environment_name @environment_name end |
#events ⇒ ::Hash[::String, Types::ComponentEvent]
Returns the value of attribute events.
162 163 164 |
# File 'sig/types.rbs', line 162 def events @events end |
#id ⇒ ::String
Returns the value of attribute id.
150 151 152 |
# File 'sig/types.rbs', line 150 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
160 161 162 |
# File 'sig/types.rbs', line 160 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
151 152 153 |
# File 'sig/types.rbs', line 151 def name @name end |
#overrides ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute overrides.
156 157 158 |
# File 'sig/types.rbs', line 156 def overrides @overrides end |
#properties ⇒ ::Hash[::String, Types::ComponentProperty]
Returns the value of attribute properties.
153 154 155 |
# File 'sig/types.rbs', line 153 def properties @properties end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
163 164 165 |
# File 'sig/types.rbs', line 163 def schema_version @schema_version end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def source_id @source_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
161 162 163 |
# File 'sig/types.rbs', line 161 def @tags end |
#variants ⇒ ::Array[Types::ComponentVariant]
Returns the value of attribute variants.
155 156 157 |
# File 'sig/types.rbs', line 155 def variants @variants end |