Class: Aws::MediaConnect::Types::RouterInputThumbnailDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RouterInputThumbnailDetails
- 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
-
#thumbnail ⇒ String
The thumbnail image, encoded as a Base64-encoded binary data object.
-
#thumbnail_messages ⇒ Array<Types::RouterInputMessage>
The messages associated with the router input thumbnail.
-
#timecode ⇒ String
The timecode associated with the thumbnail.
-
#timestamp ⇒ Time
The timestamp associated with the thumbnail.
Instance Attribute Details
#thumbnail ⇒ String
The thumbnail image, encoded as a Base64-encoded binary data object.
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_messages ⇒ Array<Types::RouterInputMessage>
The messages associated with the router input thumbnail.
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 |
#timecode ⇒ String
The timecode associated with the thumbnail.
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 |
#timestamp ⇒ Time
The timestamp associated with the thumbnail.
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 |