Class: Aws::IoT::Types::StartSigningJobParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartSigningJobParameter
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Information required to start a signing job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::Destination
The location to write the code-signed file.
-
#signing_profile_name ⇒ String
The code-signing profile name.
-
#signing_profile_parameter ⇒ Types::SigningProfileParameter
Describes the code-signing profile.
Instance Attribute Details
#destination ⇒ Types::Destination
The location to write the code-signed file.
15776 15777 15778 15779 15780 15781 15782 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15776 class StartSigningJobParameter < Struct.new( :signing_profile_parameter, :signing_profile_name, :destination) SENSITIVE = [] include Aws::Structure end |
#signing_profile_name ⇒ String
The code-signing profile name.
15776 15777 15778 15779 15780 15781 15782 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15776 class StartSigningJobParameter < Struct.new( :signing_profile_parameter, :signing_profile_name, :destination) SENSITIVE = [] include Aws::Structure end |
#signing_profile_parameter ⇒ Types::SigningProfileParameter
Describes the code-signing profile.
15776 15777 15778 15779 15780 15781 15782 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15776 class StartSigningJobParameter < Struct.new( :signing_profile_parameter, :signing_profile_name, :destination) SENSITIVE = [] include Aws::Structure end |