Class: Aws::Types::GetPackageVersionAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPackageVersionAssetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset ⇒ ::String
Returns the value of attribute asset.
-
#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.
-
#package_version_revision ⇒ ::String
Returns the value of attribute package_version_revision.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#asset ⇒ ::String
Returns the value of attribute asset.
381 382 383 |
# File 'sig/types.rbs', line 381 def asset @asset end |
#domain ⇒ ::String
Returns the value of attribute domain.
374 375 376 |
# File 'sig/types.rbs', line 374 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
375 376 377 |
# File 'sig/types.rbs', line 375 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
377 378 379 |
# File 'sig/types.rbs', line 377 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
378 379 380 |
# File 'sig/types.rbs', line 378 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
379 380 381 |
# File 'sig/types.rbs', line 379 def package @package end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
380 381 382 |
# File 'sig/types.rbs', line 380 def package_version @package_version end |
#package_version_revision ⇒ ::String
Returns the value of attribute package_version_revision.
382 383 384 |
# File 'sig/types.rbs', line 382 def package_version_revision @package_version_revision end |
#repository ⇒ ::String
Returns the value of attribute repository.
376 377 378 |
# File 'sig/types.rbs', line 376 def repository @repository end |