NAME
Paws::CodeArtifact::GetPackageVersionReadmeResult
ATTRIBUTES
Format => Str
The format of the package with the requested readme file. Valid format types are:
npm
pypi
maven
Valid values are: "npm"
, "pypi"
, "maven"
, "nuget"
=head2 Namespace => Str
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its
groupId
.The namespace of an npm package is its
scope
.A Python package does not contain a corresponding component, so Python packages do not have a namespace.
Package => Str
The name of the package that contains the returned readme file.
Readme => Str
The text of the returned readme file.
Version => Str
The version of the package with the requested readme file.
VersionRevision => Str
The current revision associated with the package version.