Class: Aws::Signer::Types::SigningConfigurationOverrides
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::SigningConfigurationOverrides
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_algorithm ⇒ String
A specified override of the default encryption algorithm that is used in a code-signing job.
-
#hash_algorithm ⇒ String
A specified override of the default hash algorithm that is used in a code-signing job.
Instance Attribute Details
#encryption_algorithm ⇒ String
A specified override of the default encryption algorithm that is used in a code-signing job.
1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-signer/types.rb', line 1264 class SigningConfigurationOverrides < Struct.new( :encryption_algorithm, :hash_algorithm) SENSITIVE = [] include Aws::Structure end |
#hash_algorithm ⇒ String
A specified override of the default hash algorithm that is used in a code-signing job.
1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-signer/types.rb', line 1264 class SigningConfigurationOverrides < Struct.new( :encryption_algorithm, :hash_algorithm) SENSITIVE = [] include Aws::Structure end |