Class: Aws::Types::CreateDictionaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDictionaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entries ⇒ ::String
Returns the value of attribute entries.
-
#language ⇒ "eng", ...
Returns the value of attribute language.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#entries ⇒ ::String
Returns the value of attribute entries.
61 62 63 |
# File 'sig/types.rbs', line 61 def entries @entries end |
#language ⇒ "eng", ...
Returns the value of attribute language.
60 61 62 |
# File 'sig/types.rbs', line 60 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
59 60 61 |
# File 'sig/types.rbs', line 59 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
62 63 64 |
# File 'sig/types.rbs', line 62 def @tags end |