Class: Aws::MediaConvert::Types::ProbeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ProbeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
The response from a media file probe operation, providing comprehensive metadata about the file, including its container format, tracks (video, audio, data).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#probe_results ⇒ Array<Types::ProbeResult>
List of probe results for the input media file(s).
Instance Attribute Details
#probe_results ⇒ Array<Types::ProbeResult>
List of probe results for the input media file(s).
11665 11666 11667 11668 11669 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11665 class ProbeResponse < Struct.new( :probe_results) SENSITIVE = [] include Aws::Structure end |