Class: Aws::ElementalInference::Types::DictionarySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::DictionarySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elementalinference/types.rb
Overview
Contains summary information about a dictionary. Used in the ListDictionaries response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the dictionary.
-
#id ⇒ String
The ID of the dictionary.
-
#language ⇒ String
The language of the dictionary.
-
#name ⇒ String
The name of the dictionary.
-
#status ⇒ String
The status of the dictionary.
Instance Attribute Details
#arn ⇒ String
The ARN of the dictionary.
428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 428 class DictionarySummary < Struct.new( :arn, :id, :name, :language, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the dictionary.
428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 428 class DictionarySummary < Struct.new( :arn, :id, :name, :language, :status) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
The language of the dictionary.
428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 428 class DictionarySummary < Struct.new( :arn, :id, :name, :language, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the dictionary.
428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 428 class DictionarySummary < Struct.new( :arn, :id, :name, :language, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the dictionary.
428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 428 class DictionarySummary < Struct.new( :arn, :id, :name, :language, :status) SENSITIVE = [] include Aws::Structure end |