Class: Aws::IoT::Types::StartSigningJobParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartSigningJobParameter
- Includes:
- Structure
- Defined in:
- 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.
14089 14090 14091 14092 14093 14094 14095 |
# File 'lib/aws-sdk-iot/types.rb', line 14089 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.
14089 14090 14091 14092 14093 14094 14095 |
# File 'lib/aws-sdk-iot/types.rb', line 14089 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.
14089 14090 14091 14092 14093 14094 14095 |
# File 'lib/aws-sdk-iot/types.rb', line 14089 class StartSigningJobParameter < Struct.new( :signing_profile_parameter, :signing_profile_name, :destination) SENSITIVE = [] include Aws::Structure end |