Class: Aws::MediaConvert::Types::ProbeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

The response from a MediaConvert Probe operation, in JSON form, with detailed information about your input media.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#probe_resultsArray<Types::ProbeResult>

Probe results for your media file.



12572
12573
12574
12575
12576
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12572

class ProbeResponse < Struct.new(
  :probe_results)
  SENSITIVE = []
  include Aws::Structure
end