Class: Aws::Types::CreateComponentTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateComponentTypeRequest
- 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.
-
#component_type_name ⇒ ::String
Returns the value of attribute component_type_name.
-
#composite_component_types ⇒ ::Hash[::String, Types::CompositeComponentTypeRequest]
Returns the value of attribute composite_component_types.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#extends_from ⇒ ::Array[::String]
Returns the value of attribute extends_from.
-
#functions ⇒ ::Hash[::String, Types::FunctionRequest]
Returns the value of attribute functions.
-
#is_singleton ⇒ Boolean
Returns the value of attribute is_singleton.
-
#property_definitions ⇒ ::Hash[::String, Types::PropertyDefinitionRequest]
Returns the value of attribute property_definitions.
-
#property_groups ⇒ ::Hash[::String, Types::PropertyGroupRequest]
Returns the value of attribute property_groups.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def component_type_id @component_type_id end |
#component_type_name ⇒ ::String
Returns the value of attribute component_type_name.
185 186 187 |
# File 'sig/types.rbs', line 185 def component_type_name @component_type_name end |
#composite_component_types ⇒ ::Hash[::String, Types::CompositeComponentTypeRequest]
Returns the value of attribute composite_component_types.
186 187 188 |
# File 'sig/types.rbs', line 186 def composite_component_types @composite_component_types end |
#description ⇒ ::String
Returns the value of attribute description.
179 180 181 |
# File 'sig/types.rbs', line 179 def description @description end |
#extends_from ⇒ ::Array[::String]
Returns the value of attribute extends_from.
181 182 183 |
# File 'sig/types.rbs', line 181 def extends_from @extends_from end |
#functions ⇒ ::Hash[::String, Types::FunctionRequest]
Returns the value of attribute functions.
182 183 184 |
# File 'sig/types.rbs', line 182 def functions @functions end |
#is_singleton ⇒ Boolean
Returns the value of attribute is_singleton.
177 178 179 |
# File 'sig/types.rbs', line 177 def is_singleton @is_singleton end |
#property_definitions ⇒ ::Hash[::String, Types::PropertyDefinitionRequest]
Returns the value of attribute property_definitions.
180 181 182 |
# File 'sig/types.rbs', line 180 def property_definitions @property_definitions end |
#property_groups ⇒ ::Hash[::String, Types::PropertyGroupRequest]
Returns the value of attribute property_groups.
184 185 186 |
# File 'sig/types.rbs', line 184 def property_groups @property_groups end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
183 184 185 |
# File 'sig/types.rbs', line 183 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
176 177 178 |
# File 'sig/types.rbs', line 176 def workspace_id @workspace_id end |