Class: Aws::MediaConvert::Types::ProbeInputFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ProbeInputFile
- Defined in:
- gems/aws-sdk-mediaconvert/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
Specify the S3, HTTP, or HTTPS URL for your media file.
Instance Attribute Details
#file_url ⇒ String
Specify the S3, HTTP, or HTTPS URL for your media file.
11914 11915 11916 11917 11918 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11914 class ProbeInputFile < Struct.new( :file_url) SENSITIVE = [] include Aws::Structure end |