Class: Aws::Signer::Types::StartSigningJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Signer::Types::StartSigningJobResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-signer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of your signing job.
 - 
  
    
      #job_owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The AWS account ID of the signing job owner.
 
Instance Attribute Details
#job_id ⇒ String
The ID of your signing job.
      1650 1651 1652 1653 1654 1655  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1650 class StartSigningJobResponse < Struct.new( :job_id, :job_owner) SENSITIVE = [] include Aws::Structure end  | 
  
#job_owner ⇒ String
The AWS account ID of the signing job owner.
      1650 1651 1652 1653 1654 1655  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1650 class StartSigningJobResponse < Struct.new( :job_id, :job_owner) SENSITIVE = [] include Aws::Structure end  |