Class: Aws::Types::AssociatedPackage
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedPackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_type ⇒ "STRONG", "WEAK"
Returns the value of attribute association_type.
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#package ⇒ ::String
Returns the value of attribute package.
Instance Attribute Details
#association_type ⇒ "STRONG", "WEAK"
Returns the value of attribute association_type.
40 41 42 |
# File 'sig/types.rbs', line 40 def association_type @association_type end |
#format ⇒ "npm", ...
Returns the value of attribute format.
37 38 39 |
# File 'sig/types.rbs', line 37 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
38 39 40 |
# File 'sig/types.rbs', line 38 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
39 40 41 |
# File 'sig/types.rbs', line 39 def package @package end |