Class: Aws::Types::ApplicationDependencySummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationDependencySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
35 36 37 |
# File 'sig/types.rbs', line 35 def application_id @application_id end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
36 37 38 |
# File 'sig/types.rbs', line 36 def semantic_version @semantic_version end |