Class: Aws::Types::PublishPackageVersionResult
- Inherits:
-
Object
- Object
- Aws::Types::PublishPackageVersionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset ⇒ Types::AssetSummary
Returns the value of attribute asset.
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#status ⇒ "Published", ...
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#version_revision ⇒ ::String
Returns the value of attribute version_revision.
Instance Attribute Details
#asset ⇒ Types::AssetSummary
Returns the value of attribute asset.
802 803 804 |
# File 'sig/types.rbs', line 802 def asset @asset end |
#format ⇒ "npm", ...
Returns the value of attribute format.
796 797 798 |
# File 'sig/types.rbs', line 796 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
797 798 799 |
# File 'sig/types.rbs', line 797 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
798 799 800 |
# File 'sig/types.rbs', line 798 def package @package end |
#status ⇒ "Published", ...
Returns the value of attribute status.
801 802 803 |
# File 'sig/types.rbs', line 801 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
799 800 801 |
# File 'sig/types.rbs', line 799 def version @version end |
#version_revision ⇒ ::String
Returns the value of attribute version_revision.
800 801 802 |
# File 'sig/types.rbs', line 800 def version_revision @version_revision end |