ListPackageVersionAssetsResult

public struct ListPackageVersionAssetsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The returned list of AssetSummary objects.

    Declaration

    Swift

    public let assets: [AssetSummary]?
  • The format of the package that contains the returned package version assets.

    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?
  • If there are additional results, this is the token for the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • The name of the package that contains the returned package version assets.

    Declaration

    Swift

    public let package: String?
  • The version of the package associated with the returned assets.

    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(assets: [AssetSummary]? = nil, format: PackageFormat? = nil, namespace: String? = nil, nextToken: String? = nil, package: String? = nil, version: String? = nil, versionRevision: String? = nil)