SoftwarePackage
public struct SoftwarePackage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The architecture used for the software package.
Declaration
Swift
public let architecture: String? -
The epoch of the software package.
Declaration
Swift
public let epoch: String? -
The name of the software package.
Declaration
Swift
public let name: String? -
The release of the software package.
Declaration
Swift
public let release: String? -
The version of the software package.
Declaration
Swift
public let version: String? -
Undocumented
Declaration
Swift
public init(architecture: String? = nil, epoch: String? = nil, name: String? = nil, release: String? = nil, version: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SoftwarePackage Structure Reference