class Aws::Translate::Types::UpdateParallelDataRequest

@note When making an API call, you may pass UpdateParallelDataRequest

data as a hash:

    {
      name: "ResourceName", # required
      description: "Description",
      parallel_data_config: { # required
        s3_uri: "S3Uri", # required
        format: "TSV", # required, accepts TSV, CSV, TMX
      },
      client_token: "ClientTokenString", # required
    }

@!attribute [rw] name

The name of the parallel data resource being updated.
@return [String]

@!attribute [rw] description

A custom description for the parallel data resource in Amazon
Translate.
@return [String]

@!attribute [rw] parallel_data_config

Specifies the format and S3 location of the parallel data input
file.
@return [Types::ParallelDataConfig]

@!attribute [rw] client_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/UpdateParallelDataRequest AWS API Documentation

Constants

SENSITIVE