Class: Aws::Types::UpdateComponentData
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComponentData
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#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.
914 915 916 |
# File 'sig/types.rbs', line 914 def binding_properties @binding_properties end |
#children ⇒ ::Array[Types::ComponentChild]
Returns the value of attribute children.
911 912 913 |
# File 'sig/types.rbs', line 911 def children @children end |
#collection_properties ⇒ ::Hash[::String, Types::ComponentDataConfiguration]
Returns the value of attribute collection_properties.
915 916 917 |
# File 'sig/types.rbs', line 915 def collection_properties @collection_properties end |
#component_type ⇒ ::String
Returns the value of attribute component_type.
909 910 911 |
# File 'sig/types.rbs', line 909 def component_type @component_type end |
#events ⇒ ::Hash[::String, Types::ComponentEvent]
Returns the value of attribute events.
916 917 918 |
# File 'sig/types.rbs', line 916 def events @events end |
#id ⇒ ::String
Returns the value of attribute id.
906 907 908 |
# File 'sig/types.rbs', line 906 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
907 908 909 |
# File 'sig/types.rbs', line 907 def name @name end |
#overrides ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute overrides.
913 914 915 |
# File 'sig/types.rbs', line 913 def overrides @overrides end |
#properties ⇒ ::Hash[::String, Types::ComponentProperty]
Returns the value of attribute properties.
910 911 912 |
# File 'sig/types.rbs', line 910 def properties @properties end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
917 918 919 |
# File 'sig/types.rbs', line 917 def schema_version @schema_version end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
908 909 910 |
# File 'sig/types.rbs', line 908 def source_id @source_id end |
#variants ⇒ ::Array[Types::ComponentVariant]
Returns the value of attribute variants.
912 913 914 |
# File 'sig/types.rbs', line 912 def variants @variants end |