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.
365 366 367 |
# File 'sig/types.rbs', line 365 def entries @entries end |
#id ⇒ ::String
Returns the value of attribute id.
362 363 364 |
# File 'sig/types.rbs', line 362 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
364 365 366 |
# File 'sig/types.rbs', line 364 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
363 364 365 |
# File 'sig/types.rbs', line 363 def name @name end |