Class: Aws::Types::CompositeComponentUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CompositeComponentUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#description ⇒ ::String
Returns the value of attribute description.
154 155 156 |
# File 'sig/types.rbs', line 154 def description @description end |
#property_group_updates ⇒ ::Hash[::String, Types::ComponentPropertyGroupRequest]
Returns the value of attribute property_group_updates.
156 157 158 |
# File 'sig/types.rbs', line 156 def property_group_updates @property_group_updates end |
#property_updates ⇒ ::Hash[::String, Types::PropertyRequest]
Returns the value of attribute property_updates.
155 156 157 |
# File 'sig/types.rbs', line 155 def property_updates @property_updates end |
#update_type ⇒ "CREATE", ...
Returns the value of attribute update_type.
153 154 155 |
# File 'sig/types.rbs', line 153 def update_type @update_type end |