Class: Aws::ElementalInference::Types::CreateDictionaryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the dictionary.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 258

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

#id ⇒ String

A unique ID that Elemental Inference assigns to the dictionary.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 258

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

#language ⇒ String

The language of the dictionary.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 258

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

#name ⇒ String

The name that you specified in the request.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 258

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

#references ⇒ Array<String>

A list of feed IDs that reference this dictionary.

Returns:

  • (Array<String>)


258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 258

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

#status ⇒ String

The current status of the dictionary. After creation succeeds, the status will be AVAILABLE.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 258

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

#tags ⇒ Hash<String,String>

Any tags that you included when you created the dictionary.

Returns:

  • (Hash<String,String>)


258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 258

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