Class: Aws::MediaConvert::Types::ProbeInputFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ProbeInputFile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
The input file that needs to be analyzed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_url ⇒ String
The URI to your input file(s) that is stored in Amazon S3 or on an HTTP(S) server.
Instance Attribute Details
#file_url ⇒ String
The URI to your input file(s) that is stored in Amazon S3 or on an HTTP(S) server.
11634 11635 11636 11637 11638 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11634 class ProbeInputFile < Struct.new( :file_url) SENSITIVE = [] include Aws::Structure end |