Class: Aws::Types::UpdateComponentTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComponentTypeRequest
- 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.
-
#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.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def component_type_id @component_type_id end |
#component_type_name ⇒ ::String
Returns the value of attribute component_type_name.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def component_type_name @component_type_name end |
#composite_component_types ⇒ ::Hash[::String, Types::CompositeComponentTypeRequest]
Returns the value of attribute composite_component_types.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def composite_component_types @composite_component_types end |
#description ⇒ ::String
Returns the value of attribute description.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def description @description end |
#extends_from ⇒ ::Array[::String]
Returns the value of attribute extends_from.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def extends_from @extends_from end |
#functions ⇒ ::Hash[::String, Types::FunctionRequest]
Returns the value of attribute functions.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def functions @functions end |
#is_singleton ⇒ Boolean
Returns the value of attribute is_singleton.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def is_singleton @is_singleton end |
#property_definitions ⇒ ::Hash[::String, Types::PropertyDefinitionRequest]
Returns the value of attribute property_definitions.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def property_definitions @property_definitions end |
#property_groups ⇒ ::Hash[::String, Types::PropertyGroupRequest]
Returns the value of attribute property_groups.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def property_groups @property_groups end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def workspace_id @workspace_id end |