Class: Aws::MediaConnect::Types::RouterInputThumbnailDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

The details of a thumbnail associated with a router input, including the thumbnail messages, the thumbnail image, the timecode, and the timestamp.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thumbnail ⇒ String

The thumbnail image, encoded as a Base64-encoded binary data object.

Returns:

  • (String)


6600
6601
6602
6603
6604
6605
6606
6607
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6600

class RouterInputThumbnailDetails < Struct.new(
  :thumbnail_messages,
  :thumbnail,
  :timecode,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#thumbnail_messages ⇒ Array<Types::RouterInputMessage>

The messages associated with the router input thumbnail.

Returns:



6600
6601
6602
6603
6604
6605
6606
6607
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6600

class RouterInputThumbnailDetails < Struct.new(
  :thumbnail_messages,
  :thumbnail,
  :timecode,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timecode ⇒ String

The timecode associated with the thumbnail.

Returns:

  • (String)


6600
6601
6602
6603
6604
6605
6606
6607
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6600

class RouterInputThumbnailDetails < Struct.new(
  :thumbnail_messages,
  :thumbnail,
  :timecode,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestamp ⇒ Time

The timestamp associated with the thumbnail.

Returns:

  • (Time)


6600
6601
6602
6603
6604
6605
6606
6607
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6600

class RouterInputThumbnailDetails < Struct.new(
  :thumbnail_messages,
  :thumbnail,
  :timecode,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end