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)


11952
11953
11954
11955
11956
# File 'lib/aws-sdk-medialive/types.rb', line 11952

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