Class: Aws::MediaConnect::Types::DescribeFlowSourceThumbnailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeFlowSourceThumbnailResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful DescribeFlowSourceThumbnail request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thumbnail_details ⇒ Types::ThumbnailDetails
The details of the thumbnail, including thumbnail base64 string, timecode and the time when thumbnail was generated.
Instance Attribute Details
#thumbnail_details ⇒ Types::ThumbnailDetails
The details of the thumbnail, including thumbnail base64 string, timecode and the time when thumbnail was generated.
1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1322 class DescribeFlowSourceThumbnailResponse < Struct.new( :thumbnail_details) SENSITIVE = [] include Aws::Structure end |