HashAlgorithmOptions
public struct HashAlgorithmOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The set of accepted hash algorithms allowed in a code signing job.
Declaration
Swift
public let allowedValues: [HashAlgorithm] -
The default hash algorithm that is used in a code signing job.
Declaration
Swift
public let defaultValue: HashAlgorithm -
Undocumented
Declaration
Swift
public init(allowedValues: [HashAlgorithm], defaultValue: HashAlgorithm)
View on GitHub
HashAlgorithmOptions Structure Reference