Class: Aws::Types::ComponentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComponentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_path ⇒ ::String
Returns the value of attribute component_path.
-
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
-
#defined_in ⇒ ::String
Returns the value of attribute defined_in.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#property_groups ⇒ ::Hash[::String, Types::ComponentPropertyGroupResponse]
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.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def component_name @component_name end |
#component_path ⇒ ::String
Returns the value of attribute component_path.
110 111 112 |
# File 'sig/types.rbs', line 110 def component_path @component_path end |
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
104 105 106 |
# File 'sig/types.rbs', line 104 def component_type_id @component_type_id end |
#defined_in ⇒ ::String
Returns the value of attribute defined_in.
105 106 107 |
# File 'sig/types.rbs', line 105 def defined_in @defined_in end |
#description ⇒ ::String
Returns the value of attribute description.
106 107 108 |
# File 'sig/types.rbs', line 106 def description @description end |
#property_groups ⇒ ::Hash[::String, Types::ComponentPropertyGroupResponse]
Returns the value of attribute property_groups.
107 108 109 |
# File 'sig/types.rbs', line 107 def property_groups @property_groups end |
#status ⇒ Types::Status
Returns the value of attribute status.
108 109 110 |
# File 'sig/types.rbs', line 108 def status @status end |
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
109 110 111 |
# File 'sig/types.rbs', line 109 def sync_source @sync_source end |