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.
14326 14327 14328 14329 14330 14331 14332 |
# File 'lib/aws-sdk-iot/types.rb', line 14326 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.
14326 14327 14328 14329 14330 14331 14332 |
# File 'lib/aws-sdk-iot/types.rb', line 14326 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.
14326 14327 14328 14329 14330 14331 14332 |
# File 'lib/aws-sdk-iot/types.rb', line 14326 class StartSigningJobParameter < Struct.new( :signing_profile_parameter, :signing_profile_name, :destination) SENSITIVE = [] include Aws::Structure end |