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.
      15475 15476 15477 15478 15479 15480 15481  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15475 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.
      15475 15476 15477 15478 15479 15480 15481  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15475 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.
      15475 15476 15477 15478 15479 15480 15481  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15475 class StartSigningJobParameter < Struct.new( :signing_profile_parameter, :signing_profile_name, :destination) SENSITIVE = [] include Aws::Structure end  |