Class: Aws::MediaLive::Types::ThumbnailData
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MediaLive::Types::ThumbnailData
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The binary data for the thumbnail that the Link device has most recently sent to MediaLive. 
Instance Attribute Details
#body ⇒ String
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
| 12199 12200 12201 12202 12203 | # File 'lib/aws-sdk-medialive/types.rb', line 12199 class ThumbnailData < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |