Class: Aws::MediaLive::Types::Thumbnail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::Thumbnail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Details of a single thumbnail
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The binary data for the latest thumbnail.
 - 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The content type for the latest thumbnail.
 - 
  
    
      #thumbnail_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Thumbnail Type.
 - #time_stamp ⇒ Time
 
Instance Attribute Details
#body ⇒ String
The binary data for the latest thumbnail.
      12165 12166 12167 12168 12169 12170 12171 12172  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12165 class Thumbnail < Struct.new( :body, :content_type, :thumbnail_type, :time_stamp) SENSITIVE = [] include Aws::Structure end  | 
  
#content_type ⇒ String
The content type for the latest thumbnail.
      12165 12166 12167 12168 12169 12170 12171 12172  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12165 class Thumbnail < Struct.new( :body, :content_type, :thumbnail_type, :time_stamp) SENSITIVE = [] include Aws::Structure end  |