Class: Aws::ElementalInference::Types::GetDictionaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::GetDictionaryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elementalinference/types.rb
Overview
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.
-
#references ⇒ Array<String>
A list of feed IDs that reference this dictionary.
-
#status ⇒ String
The current status of the dictionary.
-
#tags ⇒ Hash<String,String>
The tags associated with the dictionary.
Instance Attribute Details
#arn ⇒ String
The ARN of the dictionary.
602 603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 602 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the dictionary.
602 603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 602 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
The language of the dictionary.
602 603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 602 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the dictionary.
602 603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 602 class GetDictionaryResponse < 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.
602 603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 602 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the dictionary.
602 603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 602 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the dictionary.
602 603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 602 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |