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.
311 312 313 |
# File 'sig/types.rbs', line 311 def entries @entries end |
#id ⇒ ::String
Returns the value of attribute id.
308 309 310 |
# File 'sig/types.rbs', line 308 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
310 311 312 |
# File 'sig/types.rbs', line 310 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
309 310 311 |
# File 'sig/types.rbs', line 309 def name @name end |