Class: Aws::IoT::Types::CodeSigning
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CodeSigning
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Describes the method to use when code signing a file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_signer_job_id ⇒ String
The ID of the
AWSSignerJob
which was created to sign the file. -
#custom_code_signing ⇒ Types::CustomCodeSigning
A custom method for code signing a file.
-
#start_signing_job_parameter ⇒ Types::StartSigningJobParameter
Describes the code-signing job.
Instance Attribute Details
#aws_signer_job_id ⇒ String
The ID of the AWSSignerJob
which was created to sign the file.
2153 2154 2155 2156 2157 2158 2159 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2153 class CodeSigning < Struct.new( :aws_signer_job_id, :start_signing_job_parameter, :custom_code_signing) SENSITIVE = [] include Aws::Structure end |
#custom_code_signing ⇒ Types::CustomCodeSigning
A custom method for code signing a file.
2153 2154 2155 2156 2157 2158 2159 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2153 class CodeSigning < Struct.new( :aws_signer_job_id, :start_signing_job_parameter, :custom_code_signing) SENSITIVE = [] include Aws::Structure end |
#start_signing_job_parameter ⇒ Types::StartSigningJobParameter
Describes the code-signing job.
2153 2154 2155 2156 2157 2158 2159 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2153 class CodeSigning < Struct.new( :aws_signer_job_id, :start_signing_job_parameter, :custom_code_signing) SENSITIVE = [] include Aws::Structure end |