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

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


12355
12356
12357
12358
12359
12360
12361
12362
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12355

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)


12355
12356
12357
12358
12359
12360
12361
12362
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12355

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

#thumbnail_typeString

Thumbnail Type

Returns:

  • (String)


12355
12356
12357
12358
12359
12360
12361
12362
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12355

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

#time_stampTime

Returns:

  • (Time)


12355
12356
12357
12358
12359
12360
12361
12362
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12355

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