Class: Aws::Types::CreateDictionaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDictionaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#language ⇒ "eng", ...
Returns the value of attribute language.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#references ⇒ ::Array[::String]
Returns the value of attribute references.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
63 64 65 |
# File 'sig/types.rbs', line 63 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
64 65 66 |
# File 'sig/types.rbs', line 64 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
65 66 67 |
# File 'sig/types.rbs', line 65 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
62 63 64 |
# File 'sig/types.rbs', line 62 def name @name end |
#references ⇒ ::Array[::String]
Returns the value of attribute references.
67 68 69 |
# File 'sig/types.rbs', line 67 def references @references end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
66 67 68 |
# File 'sig/types.rbs', line 66 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
68 69 70 |
# File 'sig/types.rbs', line 68 def @tags end |