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.
49 50 51 |
# File 'sig/types.rbs', line 49 def entries @entries end |
#language ⇒ "eng", ...
Returns the value of attribute language.
48 49 50 |
# File 'sig/types.rbs', line 48 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
47 48 49 |
# File 'sig/types.rbs', line 47 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
50 51 52 |
# File 'sig/types.rbs', line 50 def @tags end |