Class: Aws::ElementalInference::Types::UpdateDictionaryResponse

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

#arnString

The ARN of the dictionary.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-elementalinference/types.rb', line 1061

class UpdateDictionaryResponse < Struct.new(
  :name,
  :arn,
  :id,
  :language,
  :status,
  :references,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the dictionary.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-elementalinference/types.rb', line 1061

class UpdateDictionaryResponse < Struct.new(
  :name,
  :arn,
  :id,
  :language,
  :status,
  :references,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#languageString

The updated or original language of the dictionary.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-elementalinference/types.rb', line 1061

class UpdateDictionaryResponse < Struct.new(
  :name,
  :arn,
  :id,
  :language,
  :status,
  :references,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The updated or original name of the dictionary.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-elementalinference/types.rb', line 1061

class UpdateDictionaryResponse < Struct.new(
  :name,
  :arn,
  :id,
  :language,
  :status,
  :references,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#referencesArray<String>

A list of feed IDs that reference this dictionary.

Returns:

  • (Array<String>)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-elementalinference/types.rb', line 1061

class UpdateDictionaryResponse < Struct.new(
  :name,
  :arn,
  :id,
  :language,
  :status,
  :references,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the dictionary.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-elementalinference/types.rb', line 1061

class UpdateDictionaryResponse < Struct.new(
  :name,
  :arn,
  :id,
  :language,
  :status,
  :references,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Any tags associated with the dictionary.

Returns:

  • (Hash<String,String>)


1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-elementalinference/types.rb', line 1061

class UpdateDictionaryResponse < Struct.new(
  :name,
  :arn,
  :id,
  :language,
  :status,
  :references,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end