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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


11967
11968
11969
11970
11971
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11967

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