Class: Aws::Types::ComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::ComponentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#are_all_composite_components_returned ⇒ Boolean
Returns the value of attribute are_all_composite_components_returned.
-
#are_all_properties_returned ⇒ Boolean
Returns the value of attribute are_all_properties_returned.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
-
#composite_components ⇒ ::Hash[::String, Types::ComponentSummary]
Returns the value of attribute composite_components.
-
#defined_in ⇒ ::String
Returns the value of attribute defined_in.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#properties ⇒ ::Hash[::String, Types::PropertyResponse]
Returns the value of attribute properties.
-
#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
#are_all_composite_components_returned ⇒ Boolean
Returns the value of attribute are_all_composite_components_returned.
98 99 100 |
# File 'sig/types.rbs', line 98 def are_all_composite_components_returned @are_all_composite_components_returned end |
#are_all_properties_returned ⇒ Boolean
Returns the value of attribute are_all_properties_returned.
96 97 98 |
# File 'sig/types.rbs', line 96 def are_all_properties_returned @are_all_properties_returned end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def component_name @component_name end |
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
90 91 92 |
# File 'sig/types.rbs', line 90 def component_type_id @component_type_id end |
#composite_components ⇒ ::Hash[::String, Types::ComponentSummary]
Returns the value of attribute composite_components.
97 98 99 |
# File 'sig/types.rbs', line 97 def composite_components @composite_components end |
#defined_in ⇒ ::String
Returns the value of attribute defined_in.
92 93 94 |
# File 'sig/types.rbs', line 92 def defined_in @defined_in end |
#description ⇒ ::String
Returns the value of attribute description.
89 90 91 |
# File 'sig/types.rbs', line 89 def description @description end |
#properties ⇒ ::Hash[::String, Types::PropertyResponse]
Returns the value of attribute properties.
93 94 95 |
# File 'sig/types.rbs', line 93 def properties @properties end |
#property_groups ⇒ ::Hash[::String, Types::ComponentPropertyGroupResponse]
Returns the value of attribute property_groups.
94 95 96 |
# File 'sig/types.rbs', line 94 def property_groups @property_groups end |
#status ⇒ Types::Status
Returns the value of attribute status.
91 92 93 |
# File 'sig/types.rbs', line 91 def status @status end |
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
95 96 97 |
# File 'sig/types.rbs', line 95 def sync_source @sync_source end |