Class: Aws::IoT::Types::CodeSigningSignature
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CodeSigningSignature
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Describes the signature for a file.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #inline_document  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A base64 encoded binary representation of the code signing signature.
 
Instance Attribute Details
#inline_document ⇒ String
A base64 encoded binary representation of the code signing signature.
      2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2204 class CodeSigningSignature < Struct.new( :inline_document) SENSITIVE = [] include Aws::Structure end  |