Class: Aws::Types::ListPackageVersionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListPackageVersionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_display_version ⇒ ::String
Returns the value of attribute default_display_version.
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#versions ⇒ ::Array[Types::PackageVersionSummary]
Returns the value of attribute versions.
Instance Attribute Details
#default_display_version ⇒ ::String
Returns the value of attribute default_display_version.
574 575 576 |
# File 'sig/types.rbs', line 574 def default_display_version @default_display_version end |
#format ⇒ "npm", ...
Returns the value of attribute format.
575 576 577 |
# File 'sig/types.rbs', line 575 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
576 577 578 |
# File 'sig/types.rbs', line 576 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
579 580 581 |
# File 'sig/types.rbs', line 579 def next_token @next_token end |
#package ⇒ ::String
Returns the value of attribute package.
577 578 579 |
# File 'sig/types.rbs', line 577 def package @package end |
#versions ⇒ ::Array[Types::PackageVersionSummary]
Returns the value of attribute versions.
578 579 580 |
# File 'sig/types.rbs', line 578 def versions @versions end |