Class: Aws::Types::GetComponentTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetComponentTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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::CompositeComponentTypeResponse]
Returns the value of attribute composite_component_types.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#extends_from ⇒ ::Array[::String]
Returns the value of attribute extends_from.
-
#functions ⇒ ::Hash[::String, Types::FunctionResponse]
Returns the value of attribute functions.
-
#is_abstract ⇒ Boolean
Returns the value of attribute is_abstract.
-
#is_schema_initialized ⇒ Boolean
Returns the value of attribute is_schema_initialized.
-
#is_singleton ⇒ Boolean
Returns the value of attribute is_singleton.
-
#property_definitions ⇒ ::Hash[::String, Types::PropertyDefinitionResponse]
Returns the value of attribute property_definitions.
-
#property_groups ⇒ ::Hash[::String, Types::PropertyGroupResponse]
Returns the value of attribute property_groups.
-
#status ⇒ Types::Status
Returns the value of attribute status.
-
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
468 469 470 |
# File 'sig/types.rbs', line 468 def arn @arn end |
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
461 462 463 |
# File 'sig/types.rbs', line 461 def component_type_id @component_type_id end |
#component_type_name ⇒ ::String
Returns the value of attribute component_type_name.
474 475 476 |
# File 'sig/types.rbs', line 474 def component_type_name @component_type_name end |
#composite_component_types ⇒ ::Hash[::String, Types::CompositeComponentTypeResponse]
Returns the value of attribute composite_component_types.
475 476 477 |
# File 'sig/types.rbs', line 475 def composite_component_types @composite_component_types end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
466 467 468 |
# File 'sig/types.rbs', line 466 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
462 463 464 |
# File 'sig/types.rbs', line 462 def description @description end |
#extends_from ⇒ ::Array[::String]
Returns the value of attribute extends_from.
464 465 466 |
# File 'sig/types.rbs', line 464 def extends_from @extends_from end |
#functions ⇒ ::Hash[::String, Types::FunctionResponse]
Returns the value of attribute functions.
465 466 467 |
# File 'sig/types.rbs', line 465 def functions @functions end |
#is_abstract ⇒ Boolean
Returns the value of attribute is_abstract.
469 470 471 |
# File 'sig/types.rbs', line 469 def is_abstract @is_abstract end |
#is_schema_initialized ⇒ Boolean
Returns the value of attribute is_schema_initialized.
470 471 472 |
# File 'sig/types.rbs', line 470 def is_schema_initialized @is_schema_initialized end |
#is_singleton ⇒ Boolean
Returns the value of attribute is_singleton.
460 461 462 |
# File 'sig/types.rbs', line 460 def is_singleton @is_singleton end |
#property_definitions ⇒ ::Hash[::String, Types::PropertyDefinitionResponse]
Returns the value of attribute property_definitions.
463 464 465 |
# File 'sig/types.rbs', line 463 def property_definitions @property_definitions end |
#property_groups ⇒ ::Hash[::String, Types::PropertyGroupResponse]
Returns the value of attribute property_groups.
472 473 474 |
# File 'sig/types.rbs', line 472 def property_groups @property_groups end |
#status ⇒ Types::Status
Returns the value of attribute status.
471 472 473 |
# File 'sig/types.rbs', line 471 def status @status end |
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
473 474 475 |
# File 'sig/types.rbs', line 473 def sync_source @sync_source end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
467 468 469 |
# File 'sig/types.rbs', line 467 def update_date_time @update_date_time end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
459 460 461 |
# File 'sig/types.rbs', line 459 def workspace_id @workspace_id end |