Class: Aws::Signer::Types::HashAlgorithmOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::HashAlgorithmOptions
- Defined in:
- gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb
Overview
The hash algorithms that are available to a code-signing job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_values ⇒ Array<String>
The set of accepted hash algorithms allowed in a code-signing job.
-
#default_value ⇒ String
The default hash algorithm that is used in a code-signing job.
Instance Attribute Details
#allowed_values ⇒ Array<String>
The set of accepted hash algorithms allowed in a code-signing job.
550 551 552 553 554 555 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 550 class HashAlgorithmOptions < Struct.new( :allowed_values, :default_value) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default hash algorithm that is used in a code-signing job.
550 551 552 553 554 555 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 550 class HashAlgorithmOptions < Struct.new( :allowed_values, :default_value) SENSITIVE = [] include Aws::Structure end |