Class: Aws::MediaLive::Types::Thumbnail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Details of a single thumbnail

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The binary data for the latest thumbnail.

Returns:

  • (String)


12246
12247
12248
12249
12250
12251
12252
12253
# File 'lib/aws-sdk-medialive/types.rb', line 12246

class Thumbnail < Struct.new(
  :body,
  :content_type,
  :thumbnail_type,
  :time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The content type for the latest thumbnail.

Returns:

  • (String)


12246
12247
12248
12249
12250
12251
12252
12253
# File 'lib/aws-sdk-medialive/types.rb', line 12246

class Thumbnail < Struct.new(
  :body,
  :content_type,
  :thumbnail_type,
  :time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#thumbnail_typeString

Thumbnail Type

Returns:

  • (String)


12246
12247
12248
12249
12250
12251
12252
12253
# File 'lib/aws-sdk-medialive/types.rb', line 12246

class Thumbnail < Struct.new(
  :body,
  :content_type,
  :thumbnail_type,
  :time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#time_stampTime

Returns:

  • (Time)


12246
12247
12248
12249
12250
12251
12252
12253
# File 'lib/aws-sdk-medialive/types.rb', line 12246

class Thumbnail < Struct.new(
  :body,
  :content_type,
  :thumbnail_type,
  :time_stamp)
  SENSITIVE = []
  include Aws::Structure
end