Class: Aws::Types::PublishPackageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PublishPackageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_content ⇒ ::IO
Returns the value of attribute asset_content.
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#asset_sha256 ⇒ ::String
Returns the value of attribute asset_sha256.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#unfinished ⇒ Boolean
Returns the value of attribute unfinished.
Instance Attribute Details
#asset_content ⇒ ::IO
Returns the value of attribute asset_content.
788 789 790 |
# File 'sig/types.rbs', line 788 def asset_content @asset_content end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
789 790 791 |
# File 'sig/types.rbs', line 789 def asset_name @asset_name end |
#asset_sha256 ⇒ ::String
Returns the value of attribute asset_sha256.
790 791 792 |
# File 'sig/types.rbs', line 790 def asset_sha256 @asset_sha256 end |
#domain ⇒ ::String
Returns the value of attribute domain.
781 782 783 |
# File 'sig/types.rbs', line 781 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
782 783 784 |
# File 'sig/types.rbs', line 782 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
784 785 786 |
# File 'sig/types.rbs', line 784 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
785 786 787 |
# File 'sig/types.rbs', line 785 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
786 787 788 |
# File 'sig/types.rbs', line 786 def package @package end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
787 788 789 |
# File 'sig/types.rbs', line 787 def package_version @package_version end |
#repository ⇒ ::String
Returns the value of attribute repository.
783 784 785 |
# File 'sig/types.rbs', line 783 def repository @repository end |
#unfinished ⇒ Boolean
Returns the value of attribute unfinished.
791 792 793 |
# File 'sig/types.rbs', line 791 def unfinished @unfinished end |