class Aws::CodeArtifact::Types::GetPackageVersionReadmeResult
@!attribute [rw] format
The format of the package with the requested readme file. Valid format types are: * `npm` * `pypi` * `maven` @return [String]
@!attribute [rw] namespace
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. @return [String]
@!attribute [rw] package
The name of the package that contains the returned readme file. @return [String]
@!attribute [rw] version
The version of the package with the requested readme file. @return [String]
@!attribute [rw] version_revision
The current revision associated with the package version. @return [String]
@!attribute [rw] readme
The text of the returned readme file. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/GetPackageVersionReadmeResult AWS API Documentation
Constants
- SENSITIVE