Class: Aws::VoiceID::Types::InputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::InputDataConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
The configuration containing input file information for a batch job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.
Instance Attribute Details
#s3_uri ⇒ String
The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.
1139 1140 1141 1142 1143 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1139 class InputDataConfig < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |