Class: Aws::ElementalInference::Types::CreateDictionaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::CreateDictionaryResponse
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the dictionary.
-
#id ⇒ String
A unique ID that Elemental Inference assigns to the dictionary.
-
#language ⇒ String
The language of the dictionary.
-
#name ⇒ String
The name that you specified in the request.
-
#references ⇒ Array<String>
A list of feed IDs that reference this dictionary.
-
#status ⇒ String
The current status of the dictionary.
-
#tags ⇒ Hash<String,String>
Any tags that you included when you created the dictionary.
Instance Attribute Details
#arn ⇒ String
The ARN of the dictionary.
233 234 235 236 237 238 239 240 241 242 243 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 233 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.
233 234 235 236 237 238 239 240 241 242 243 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 233 class CreateDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
The language of the dictionary.
233 234 235 236 237 238 239 240 241 242 243 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 233 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.
233 234 235 236 237 238 239 240 241 242 243 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 233 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.
233 234 235 236 237 238 239 240 241 242 243 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 233 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.
233 234 235 236 237 238 239 240 241 242 243 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 233 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.
233 234 235 236 237 238 239 240 241 242 243 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 233 class CreateDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |