Class: Aws::Types::ApplicationComponentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationComponentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_type ⇒ "DotNetFramework", ...
Returns the value of attribute app_type.
-
#count ⇒ ::Integer
Returns the value of attribute count.
Instance Attribute Details
#app_type ⇒ "DotNetFramework", ...
Returns the value of attribute app_type.
115 116 117 |
# File 'sig/types.rbs', line 115 def app_type @app_type end |
#count ⇒ ::Integer
Returns the value of attribute count.
116 117 118 |
# File 'sig/types.rbs', line 116 def count @count end |