Class: Aws::Translate::Types::CreateParallelDataRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


106
107
108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-translate/types.rb', line 106

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

#descriptionString

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

Returns:

  • (String)


106
107
108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-translate/types.rb', line 106

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

#encryption_keyTypes::EncryptionKey

The encryption key used to encrypt this object.



106
107
108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-translate/types.rb', line 106

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

#nameString

A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region.

Returns:

  • (String)


106
107
108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-translate/types.rb', line 106

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

#parallel_data_configTypes::ParallelDataConfig

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



106
107
108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-translate/types.rb', line 106

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

#tagsArray<Types::Tag>

Tags to be associated with this resource. A tag is a key-value pair that adds metadata to a resource. Each tag key for the resource must be unique. For more information, see [ Tagging your resources].

[1]: docs.aws.amazon.com/translate/latest/dg/tagging.html

Returns:



106
107
108
109
110
111
112
113
114
115
# File 'lib/aws-sdk-translate/types.rb', line 106

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