Class: Aws::Signer::Types::RevokeSignatureRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Signer::Types::RevokeSignatureRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-signer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of the signing job to be revoked.
 - 
  
    
      #job_owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
AWS account ID of the job owner.
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason for revoking the signing job.
 
Instance Attribute Details
#job_id ⇒ String
ID of the signing job to be revoked.
      1017 1018 1019 1020 1021 1022 1023  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1017 class RevokeSignatureRequest < Struct.new( :job_id, :job_owner, :reason) SENSITIVE = [] include Aws::Structure end  | 
  
#job_owner ⇒ String
AWS account ID of the job owner.
      1017 1018 1019 1020 1021 1022 1023  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1017 class RevokeSignatureRequest < Struct.new( :job_id, :job_owner, :reason) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason for revoking the signing job.
      1017 1018 1019 1020 1021 1022 1023  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1017 class RevokeSignatureRequest < Struct.new( :job_id, :job_owner, :reason) SENSITIVE = [] include Aws::Structure end  |