Class: Aws::Translate::Types::UpdateParallelDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::UpdateParallelDataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier for the request.
-
#description ⇒ String
A custom description for the parallel data resource in Amazon Translate.
-
#name ⇒ String
The name of the parallel data resource being updated.
-
#parallel_data_config ⇒ Types::ParallelDataConfig
Specifies the format and S3 location of the parallel data input file.
Instance Attribute Details
#client_token ⇒ String
A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-translate/types.rb', line 2118 class UpdateParallelDataRequest < Struct.new( :name, :description, :parallel_data_config, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A custom description for the parallel data resource in Amazon Translate.
2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-translate/types.rb', line 2118 class UpdateParallelDataRequest < Struct.new( :name, :description, :parallel_data_config, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the parallel data resource being updated.
2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-translate/types.rb', line 2118 class UpdateParallelDataRequest < Struct.new( :name, :description, :parallel_data_config, :client_token) SENSITIVE = [] include Aws::Structure end |
#parallel_data_config ⇒ Types::ParallelDataConfig
Specifies the format and S3 location of the parallel data input file.
2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-translate/types.rb', line 2118 class UpdateParallelDataRequest < Struct.new( :name, :description, :parallel_data_config, :client_token) SENSITIVE = [] include Aws::Structure end |