Class: Aws::Types::PackageSummary
- Inherits:
-
Object
- Object
- Aws::Types::PackageSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#origin_configuration ⇒ Types::PackageOriginConfiguration
Returns the value of attribute origin_configuration.
-
#package ⇒ ::String
Returns the value of attribute package.
Instance Attribute Details
#format ⇒ "npm", ...
Returns the value of attribute format.
736 737 738 |
# File 'sig/types.rbs', line 736 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
737 738 739 |
# File 'sig/types.rbs', line 737 def namespace @namespace end |
#origin_configuration ⇒ Types::PackageOriginConfiguration
Returns the value of attribute origin_configuration.
739 740 741 |
# File 'sig/types.rbs', line 739 def origin_configuration @origin_configuration end |
#package ⇒ ::String
Returns the value of attribute package.
738 739 740 |
# File 'sig/types.rbs', line 738 def package @package end |