Class: Aws::Types::ComponentUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ComponentUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#property_group_updates ⇒ ::Hash[::String, Types::ComponentPropertyGroupRequest]
Returns the value of attribute property_group_updates.
-
#property_updates ⇒ ::Hash[::String, Types::PropertyRequest]
Returns the value of attribute property_updates.
-
#update_type ⇒ "CREATE", ...
Returns the value of attribute update_type.
Instance Attribute Details
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def component_type_id @component_type_id end |
#description ⇒ ::String
Returns the value of attribute description.
127 128 129 |
# File 'sig/types.rbs', line 127 def description @description end |
#property_group_updates ⇒ ::Hash[::String, Types::ComponentPropertyGroupRequest]
Returns the value of attribute property_group_updates.
130 131 132 |
# File 'sig/types.rbs', line 130 def property_group_updates @property_group_updates end |
#property_updates ⇒ ::Hash[::String, Types::PropertyRequest]
Returns the value of attribute property_updates.
129 130 131 |
# File 'sig/types.rbs', line 129 def property_updates @property_updates end |
#update_type ⇒ "CREATE", ...
Returns the value of attribute update_type.
126 127 128 |
# File 'sig/types.rbs', line 126 def update_type @update_type end |