Class: Aws::Translate::Types::UpdateParallelDataRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 2118

class UpdateParallelDataRequest < Struct.new(
  :name,
  :description,
  :parallel_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A custom description for the parallel data resource in Amazon Translate.

Returns:

  • (String)


2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 2118

class UpdateParallelDataRequest < Struct.new(
  :name,
  :description,
  :parallel_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the parallel data resource being updated.

Returns:

  • (String)


2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-translate/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_configTypes::ParallelDataConfig

Specifies the format and S3 location of the parallel data input file.



2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 2118

class UpdateParallelDataRequest < Struct.new(
  :name,
  :description,
  :parallel_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end