Class: Aws::Signer::Types::SigningConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::SigningConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
The configuration of a signing operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_algorithm_options ⇒ Types::EncryptionAlgorithmOptions
The encryption algorithm options that are available for a code-signing job.
-
#hash_algorithm_options ⇒ Types::HashAlgorithmOptions
The hash algorithm options that are available for a code-signing job.
Instance Attribute Details
#encryption_algorithm_options ⇒ Types::EncryptionAlgorithmOptions
The encryption algorithm options that are available for a code-signing job.
1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-signer/types.rb', line 1242 class SigningConfiguration < Struct.new( :encryption_algorithm_options, :hash_algorithm_options) SENSITIVE = [] include Aws::Structure end |
#hash_algorithm_options ⇒ Types::HashAlgorithmOptions
The hash algorithm options that are available for a code-signing job.
1242 1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-signer/types.rb', line 1242 class SigningConfiguration < Struct.new( :encryption_algorithm_options, :hash_algorithm_options) SENSITIVE = [] include Aws::Structure end |