Class: Aws::Types::GroupingAppComponent
- Inherits:
-
Object
- Object
- Aws::Types::GroupingAppComponent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_component_id ⇒ ::String
Returns the value of attribute app_component_id.
-
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
-
#app_component_type ⇒ ::String
Returns the value of attribute app_component_type.
Instance Attribute Details
#app_component_id ⇒ ::String
Returns the value of attribute app_component_id.
672 673 674 |
# File 'sig/types.rbs', line 672 def app_component_id @app_component_id end |
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
673 674 675 |
# File 'sig/types.rbs', line 673 def app_component_name @app_component_name end |
#app_component_type ⇒ ::String
Returns the value of attribute app_component_type.
674 675 676 |
# File 'sig/types.rbs', line 674 def app_component_type @app_component_type end |