Class: Aws::Signer::Types::SigningConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb

Overview

The configuration of a signing operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_algorithm_optionsTypes::EncryptionAlgorithmOptions

The encryption algorithm options that are available for a code-signing job.



1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1223

class SigningConfiguration < Struct.new(
  :encryption_algorithm_options,
  :hash_algorithm_options)
  SENSITIVE = []
  include Aws::Structure
end

#hash_algorithm_optionsTypes::HashAlgorithmOptions

The hash algorithm options that are available for a code-signing job.



1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1223

class SigningConfiguration < Struct.new(
  :encryption_algorithm_options,
  :hash_algorithm_options)
  SENSITIVE = []
  include Aws::Structure
end