Class: Aws::Types::PackageDependency
- Inherits:
-
Object
- Object
- Aws::Types::PackageDependency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dependency_type ⇒ ::String
Returns the value of attribute dependency_type.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#version_requirement ⇒ ::String
Returns the value of attribute version_requirement.
Instance Attribute Details
#dependency_type ⇒ ::String
Returns the value of attribute dependency_type.
660 661 662 |
# File 'sig/types.rbs', line 660 def dependency_type @dependency_type end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
658 659 660 |
# File 'sig/types.rbs', line 658 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
659 660 661 |
# File 'sig/types.rbs', line 659 def package @package end |
#version_requirement ⇒ ::String
Returns the value of attribute version_requirement.
661 662 663 |
# File 'sig/types.rbs', line 661 def version_requirement @version_requirement end |