SigningConfiguration
public struct SigningConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The encryption algorithm options that are available for a code signing job.
Declaration
Swift
public let encryptionAlgorithmOptions: EncryptionAlgorithmOptions
-
The hash algorithm options that are available for a code signing job.
Declaration
Swift
public let hashAlgorithmOptions: HashAlgorithmOptions
-
Undocumented
Declaration
Swift
public init(encryptionAlgorithmOptions: EncryptionAlgorithmOptions, hashAlgorithmOptions: HashAlgorithmOptions)