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.
56 57 58 |
# File 'sig/types.rbs', line 56 def entries @entries end |
#language ⇒ "eng", ...
Returns the value of attribute language.
55 56 57 |
# File 'sig/types.rbs', line 55 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
54 55 56 |
# File 'sig/types.rbs', line 54 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
57 58 59 |
# File 'sig/types.rbs', line 57 def @tags end |