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.
620 621 622 623 624 625 626 627 628 629 630 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 620 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the dictionary.
620 621 622 623 624 625 626 627 628 629 630 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 620 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
The language of the dictionary.
620 621 622 623 624 625 626 627 628 629 630 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 620 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the dictionary.
620 621 622 623 624 625 626 627 628 629 630 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 620 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.
620 621 622 623 624 625 626 627 628 629 630 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 620 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the dictionary.
620 621 622 623 624 625 626 627 628 629 630 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 620 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.
620 621 622 623 624 625 626 627 628 629 630 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 620 class GetDictionaryResponse < Struct.new( :name, :arn, :id, :language, :status, :references, :tags) SENSITIVE = [] include Aws::Structure end |