Class: Aws::ElementalInference::Types::GetDictionaryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the dictionary.

Returns:

  • (String)


786
787
788
789
790
791
792
793
794
795
796
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 786

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

#id ⇒ String

The ID of the dictionary.

Returns:

  • (String)


786
787
788
789
790
791
792
793
794
795
796
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 786

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

#language ⇒ String

The language of the dictionary.

Returns:

  • (String)


786
787
788
789
790
791
792
793
794
795
796
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 786

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

#name ⇒ String

The name of the dictionary.

Returns:

  • (String)


786
787
788
789
790
791
792
793
794
795
796
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 786

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.

Returns:

  • (Array<String>)


786
787
788
789
790
791
792
793
794
795
796
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 786

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

#status ⇒ String

The current status of the dictionary.

Returns:

  • (String)


786
787
788
789
790
791
792
793
794
795
796
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 786

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.

Returns:

  • (Hash<String,String>)


786
787
788
789
790
791
792
793
794
795
796
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 786

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