Class: Aws::Types::ComponentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComponentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#component_type ⇒ ::String
Returns the value of attribute component_type.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def app_id @app_id end |
#component_type ⇒ ::String
Returns the value of attribute component_type.
252 253 254 |
# File 'sig/types.rbs', line 252 def component_type @component_type end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
249 250 251 |
# File 'sig/types.rbs', line 249 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
250 251 252 |
# File 'sig/types.rbs', line 250 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
251 252 253 |
# File 'sig/types.rbs', line 251 def name @name end |