Class: Aws::Signer::Types::SigningImageFormat
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Signer::Types::SigningImageFormat
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-signer/types.rb
 
Overview
The image format of a AWS Signer platform or profile.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #default_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The default format of a signing image.
 - 
  
    
      #supported_formats  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The supported formats of a signing image.
 
Instance Attribute Details
#default_format ⇒ String
The default format of a signing image.
      1283 1284 1285 1286 1287 1288  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1283 class SigningImageFormat < Struct.new( :supported_formats, :default_format) SENSITIVE = [] include Aws::Structure end  | 
  
#supported_formats ⇒ Array<String>
The supported formats of a signing image.
      1283 1284 1285 1286 1287 1288  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1283 class SigningImageFormat < Struct.new( :supported_formats, :default_format) SENSITIVE = [] include Aws::Structure end  |