Class: Aws::VoiceID::Types::InputDataConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/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

Instance Attribute Details

#s3_uriString

The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.

Returns:

  • (String)


1139
1140
1141
1142
1143
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1139

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