Class: Aws::Types::UpdateDictionaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDictionaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entries ⇒ ::String
Returns the value of attribute entries.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#language ⇒ "eng", ...
Returns the value of attribute language.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#entries ⇒ ::String
Returns the value of attribute entries.
382 383 384 |
# File 'sig/types.rbs', line 382 def entries @entries end |
#id ⇒ ::String
Returns the value of attribute id.
379 380 381 |
# File 'sig/types.rbs', line 379 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
381 382 383 |
# File 'sig/types.rbs', line 381 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
380 381 382 |
# File 'sig/types.rbs', line 380 def name @name end |