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)


11917
11918
11919
11920
11921
11922
11923
11924
# File 'lib/aws-sdk-medialive/types.rb', line 11917

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)


11917
11918
11919
11920
11921
11922
11923
11924
# File 'lib/aws-sdk-medialive/types.rb', line 11917

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

#thumbnail_typeString

Thumbnail Type

Returns:

  • (String)


11917
11918
11919
11920
11921
11922
11923
11924
# File 'lib/aws-sdk-medialive/types.rb', line 11917

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

#time_stampTime

Returns:

  • (Time)


11917
11918
11919
11920
11921
11922
11923
11924
# File 'lib/aws-sdk-medialive/types.rb', line 11917

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