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

#thumbnailString

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

Returns:

  • (String)


6189
6190
6191
6192
6193
6194
6195
6196
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6189

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

#thumbnail_messagesArray<Types::RouterInputMessage>

The messages associated with the router input thumbnail.

Returns:



6189
6190
6191
6192
6193
6194
6195
6196
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6189

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

#timecodeString

The timecode associated with the thumbnail.

Returns:

  • (String)


6189
6190
6191
6192
6193
6194
6195
6196
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6189

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

#timestampTime

The timestamp associated with the thumbnail.

Returns:

  • (Time)


6189
6190
6191
6192
6193
6194
6195
6196
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6189

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