Class: Aws::MediaLive::Types::ThumbnailData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bodyString

The binary data for the thumbnail that the Link device has most recently sent to MediaLive.

Returns:

  • (String)


11867
11868
11869
11870
11871
# File 'lib/aws-sdk-medialive/types.rb', line 11867

class ThumbnailData < Struct.new(
  :body)
  SENSITIVE = []
  include Aws::Structure
end