Class: Aws::Types::LexiconAttributes
- Inherits:
-
Object
- Object
- Aws::Types::LexiconAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alphabet ⇒ ::String
Returns the value of attribute alphabet.
-
#language_code ⇒ "arb", ...
Returns the value of attribute language_code.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#lexemes_count ⇒ ::Integer
Returns the value of attribute lexemes_count.
-
#lexicon_arn ⇒ ::String
Returns the value of attribute lexicon_arn.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#alphabet ⇒ ::String
Returns the value of attribute alphabet.
127 128 129 |
# File 'sig/types.rbs', line 127 def alphabet @alphabet end |
#language_code ⇒ "arb", ...
Returns the value of attribute language_code.
128 129 130 |
# File 'sig/types.rbs', line 128 def language_code @language_code end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
129 130 131 |
# File 'sig/types.rbs', line 129 def last_modified @last_modified end |
#lexemes_count ⇒ ::Integer
Returns the value of attribute lexemes_count.
131 132 133 |
# File 'sig/types.rbs', line 131 def lexemes_count @lexemes_count end |
#lexicon_arn ⇒ ::String
Returns the value of attribute lexicon_arn.
130 131 132 |
# File 'sig/types.rbs', line 130 def lexicon_arn @lexicon_arn end |
#size ⇒ ::Integer
Returns the value of attribute size.
132 133 134 |
# File 'sig/types.rbs', line 132 def size @size end |