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.
12281 12282 12283 12284 12285 |
# File 'lib/aws-sdk-medialive/types.rb', line 12281 class ThumbnailData < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |