Class: Aws::MediaLive::Types::Thumbnail
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Thumbnail
- 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
-
#body ⇒ String
The binary data for the latest thumbnail.
-
#content_type ⇒ String
The content type for the latest thumbnail.
-
#thumbnail_type ⇒ String
Thumbnail Type.
-
#time_stamp ⇒ Time
Instance Attribute Details
#body ⇒ String
The binary data for the latest thumbnail.
12257 12258 12259 12260 12261 12262 12263 12264 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12257 class Thumbnail < Struct.new( :body, :content_type, :thumbnail_type, :time_stamp) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The content type for the latest thumbnail.
12257 12258 12259 12260 12261 12262 12263 12264 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12257 class Thumbnail < Struct.new( :body, :content_type, :thumbnail_type, :time_stamp) SENSITIVE = [] include Aws::Structure end |