GetPackageVersionAssetResult
public struct GetPackageVersionAssetResult : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
The binary file, or asset, that is downloaded.
Declaration
Swift
public let asset: Data? -
The name of the asset that is downloaded.
Declaration
Swift
public let assetName: String? -
A string that contains the package version (for example, 3.5.2).
Declaration
Swift
public let packageVersion: String? -
The name of the package version revision that contains the downloaded asset.
Declaration
Swift
public let packageVersionRevision: String? -
Undocumented
Declaration
Swift
public init(asset: Data? = nil, assetName: String? = nil, packageVersion: String? = nil, packageVersionRevision: String? = nil)
View on GitHub
GetPackageVersionAssetResult Structure Reference