Class: Aws::Types::ComponentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComponentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_id ⇒ ::String
Returns the value of attribute component_id.
-
#component_type ⇒ "HANA", ...
Returns the value of attribute component_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def arn @arn end |
#component_id ⇒ ::String
Returns the value of attribute component_id.
88 89 90 |
# File 'sig/types.rbs', line 88 def component_id @component_id end |
#component_type ⇒ "HANA", ...
Returns the value of attribute component_type.
89 90 91 |
# File 'sig/types.rbs', line 89 def component_type @component_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
90 91 92 |
# File 'sig/types.rbs', line 90 def @tags end |