class Aws::CodeArtifact::Types::PackageSummary
Details about a package, including its format, namespace, and name. The [ListPackages] operation returns a list of `PackageSummary` objects.
[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackages.html
@!attribute [rw] format
The format of the package. Valid values 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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/PackageSummary AWS API Documentation
Constants
- SENSITIVE