GetPackageVersionReadmeResult
public struct GetPackageVersionReadmeResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The format of the package with the requested readme file. Valid format types are: npm pypi maven
Declaration
Swift
public let format: PackageFormat? -
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.
Declaration
Swift
public let namespace: String? -
The name of the package that contains the returned readme file.
Declaration
Swift
public let package: String? -
The text of the returned readme file.
Declaration
Swift
public let readme: String? -
The version of the package with the requested readme file.
Declaration
Swift
public let version: String? -
The current revision associated with the package version.
Declaration
Swift
public let versionRevision: String? -
Undocumented
Declaration
Swift
public init(format: PackageFormat? = nil, namespace: String? = nil, package: String? = nil, readme: String? = nil, version: String? = nil, versionRevision: String? = nil)
View on GitHub
GetPackageVersionReadmeResult Structure Reference