Module: Aws::CodeArtifact::Client::_ListPackageVersionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListPackageVersionsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #default_display_version ⇒ ::String
- #format ⇒ "npm", ...
- #namespace ⇒ ::String
- #next_token ⇒ ::String
- #package ⇒ ::String
- #versions ⇒ ::Array[Types::PackageVersionSummary]
Instance Method Details
#default_display_version ⇒ ::String
582 |
# File 'sig/client.rbs', line 582
def default_display_version: () -> ::String
|
#format ⇒ "npm", ...
583 |
# File 'sig/client.rbs', line 583
def format: () -> ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift" | "cargo")
|
#namespace ⇒ ::String
584 |
# File 'sig/client.rbs', line 584
def namespace: () -> ::String
|
#next_token ⇒ ::String
587 |
# File 'sig/client.rbs', line 587
def next_token: () -> ::String
|
#package ⇒ ::String
585 |
# File 'sig/client.rbs', line 585
def package: () -> ::String
|
#versions ⇒ ::Array[Types::PackageVersionSummary]
586 |
# File 'sig/client.rbs', line 586
def versions: () -> ::Array[Types::PackageVersionSummary]
|