Module: Aws::CodeArtifact::Client::_GetPackageVersionReadmeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPackageVersionReadmeResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #format ⇒ "npm", ...
- #namespace ⇒ ::String
- #package ⇒ ::String
- #readme ⇒ ::String
- #version ⇒ ::String
- #version_revision ⇒ ::String
Instance Method Details
#format ⇒ "npm", ...
429 |
# File 'sig/client.rbs', line 429
def format: () -> ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift" | "cargo")
|
#namespace ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def namespace: () -> ::String
|
#package ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def package: () -> ::String
|
#readme ⇒ ::String
434 |
# File 'sig/client.rbs', line 434
def readme: () -> ::String
|
#version ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def version: () -> ::String
|
#version_revision ⇒ ::String
433 |
# File 'sig/client.rbs', line 433
def version_revision: () -> ::String
|