Class: Aws::MediaConnect::Types::DescribeFlowSourceThumbnailResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#thumbnail_detailsTypes::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