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

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)


200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-elementalinference/types.rb', line 200

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

#idString

A unique ID that Elemental Inference assigns to the dictionary.

Returns:

  • (String)


200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-elementalinference/types.rb', line 200

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

#languageString

The language of the dictionary.

Returns:

  • (String)


200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-elementalinference/types.rb', line 200

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

#nameString

The name that you specified in the request.

Returns:

  • (String)


200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-elementalinference/types.rb', line 200

class CreateDictionaryResponse < 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>)


200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-elementalinference/types.rb', line 200

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

#statusString

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

Returns:

  • (String)


200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-elementalinference/types.rb', line 200

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

#tagsHash<String,String>

Any tags that you included when you created the dictionary.

Returns:

  • (Hash<String,String>)


200
201
202
203
204
205
206
207
208
209
210
# File 'lib/aws-sdk-elementalinference/types.rb', line 200

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