Class: Aws::ElementalInference::Types::UpdateDictionaryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elementalinference/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesString

New dictionary entries. If not specified, the entries are not changed.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-elementalinference/types.rb', line 1022

class UpdateDictionaryRequest < Struct.new(
  :id,
  :name,
  :language,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the dictionary to update.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-elementalinference/types.rb', line 1022

class UpdateDictionaryRequest < Struct.new(
  :id,
  :name,
  :language,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#languageString

A new language for the dictionary. If not specified, the language is not changed.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-elementalinference/types.rb', line 1022

class UpdateDictionaryRequest < Struct.new(
  :id,
  :name,
  :language,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A new name for the dictionary. If not specified, the name is not changed.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-elementalinference/types.rb', line 1022

class UpdateDictionaryRequest < Struct.new(
  :id,
  :name,
  :language,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end