Class: Aws::ElementalInference::Types::UpdateDictionaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::UpdateDictionaryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ String
New dictionary entries.
-
#id ⇒ String
The ID of the dictionary to update.
-
#language ⇒ String
A new language for the dictionary.
-
#name ⇒ String
A new name for the dictionary.
Instance Attribute Details
#entries ⇒ String
New dictionary entries. If not specified, the entries are not changed.
1380 1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 1380 class UpdateDictionaryRequest < Struct.new( :id, :name, :language, :entries) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the dictionary to update.
1380 1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 1380 class UpdateDictionaryRequest < Struct.new( :id, :name, :language, :entries) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
A new language for the dictionary. If not specified, the language is not changed.
1380 1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 1380 class UpdateDictionaryRequest < Struct.new( :id, :name, :language, :entries) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the dictionary. If not specified, the name is not changed.
1380 1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 1380 class UpdateDictionaryRequest < Struct.new( :id, :name, :language, :entries) SENSITIVE = [] include Aws::Structure end |