Class: Aws::Types::PackageDescription
- Inherits:
-
Object
- Object
- Aws::Types::PackageDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#origin_configuration ⇒ Types::PackageOriginConfiguration
Returns the value of attribute origin_configuration.
Instance Attribute Details
#format ⇒ "npm", ...
Returns the value of attribute format.
666 667 668 |
# File 'sig/types.rbs', line 666 def format @format end |
#name ⇒ ::String
Returns the value of attribute name.
668 669 670 |
# File 'sig/types.rbs', line 668 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
667 668 669 |
# File 'sig/types.rbs', line 667 def namespace @namespace end |
#origin_configuration ⇒ Types::PackageOriginConfiguration
Returns the value of attribute origin_configuration.
669 670 671 |
# File 'sig/types.rbs', line 669 def origin_configuration @origin_configuration end |