Class: Aws::MediaLive::Types::DescribeInputDeviceThumbnailResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::DescribeInputDeviceThumbnailResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #body  ⇒ IO 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
 - #content_length ⇒ Integer
 - 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the media type of the thumbnail.
 - #etag ⇒ String
 - 
  
    
      #last_modified  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Placeholder documentation for __timestamp.
 
Instance Attribute Details
#body ⇒ IO
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
      3385 3386 3387 3388 3389 3390 3391 3392 3393  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 3385 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end  | 
  
#content_length ⇒ Integer
      3385 3386 3387 3388 3389 3390 3391 3392 3393  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 3385 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end  | 
  
#content_type ⇒ String
Specifies the media type of the thumbnail.
      3385 3386 3387 3388 3389 3390 3391 3392 3393  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 3385 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end  | 
  
#etag ⇒ String
      3385 3386 3387 3388 3389 3390 3391 3392 3393  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 3385 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified ⇒ Time
Placeholder documentation for __timestamp
      3385 3386 3387 3388 3389 3390 3391 3392 3393  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 3385 class DescribeInputDeviceThumbnailResponse < Struct.new( :body, :content_type, :content_length, :etag, :last_modified) SENSITIVE = [] include Aws::Structure end  |