class Aws::CodeArtifact::Types::GetPackageVersionReadmeResult
@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/GetPackageVersionReadmeResult AWS API Documentation
@return [String]
The text of the returned readme file.
@!attribute [rw] readme
@return [String]
The current revision associated with the package version.
@!attribute [rw] version_revision
@return [String]
The version of the package with the requested readme file.
@!attribute [rw] version
@return [String]
The name of the package that contains the returned readme file.
@!attribute [rw] package
@return [String]
have a namespace.
corresponding component, package versions of those formats do not
* Python, NuGet, Ruby, and Cargo package versions do not contain a
* The namespace of a generic package is its ‘namespace`.
* The namespace of an npm or Swift package version is its `scope`.
* The namespace of a Maven package version is its `groupId`.
type. For example:
The package component that specifies its namespace depends on its
The namespace of the package version with the requested readme file.
@!attribute [rw] namespace
@return [String]
The format of the package with the requested readme file.
@!attribute [rw] format