Class: Aws::ElementalInference::Types::DictionarySummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elementalinference/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

Instance Attribute Details

#arn ⇒ String

The ARN of the dictionary.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 545

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

#id ⇒ String

The ID of the dictionary.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 545

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

#language ⇒ String

The language of the dictionary.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 545

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

#name ⇒ String

The name of the dictionary.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 545

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

#status ⇒ String

The status of the dictionary.

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 545

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