Class: Aws::Types::CompositeComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CompositeComponentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#properties ⇒ ::Hash[::String, Types::PropertyRequest]
Returns the value of attribute properties.
-
#property_groups ⇒ ::Hash[::String, Types::ComponentPropertyGroupRequest]
Returns the value of attribute property_groups.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
135 136 137 |
# File 'sig/types.rbs', line 135 def description @description end |
#properties ⇒ ::Hash[::String, Types::PropertyRequest]
Returns the value of attribute properties.
136 137 138 |
# File 'sig/types.rbs', line 136 def properties @properties end |
#property_groups ⇒ ::Hash[::String, Types::ComponentPropertyGroupRequest]
Returns the value of attribute property_groups.
137 138 139 |
# File 'sig/types.rbs', line 137 def property_groups @property_groups end |