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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the dictionary.

Returns:

  • (String)


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

#idString

The ID of the dictionary.

Returns:

  • (String)


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

#languageString

The language of the dictionary.

Returns:

  • (String)


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

#nameString

The name of the dictionary.

Returns:

  • (String)


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

#referencesArray<String>

A list of feed IDs that reference this dictionary.

Returns:

  • (Array<String>)


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

#statusString

The current status of the dictionary.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags associated with the dictionary.

Returns:

  • (Hash<String,String>)


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