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.
56 57 58 |
# File 'sig/types.rbs', line 56 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
57 58 59 |
# File 'sig/types.rbs', line 57 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
58 59 60 |
# File 'sig/types.rbs', line 58 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
55 56 57 |
# File 'sig/types.rbs', line 55 def name @name end |
#references ⇒ ::Array[::String]
Returns the value of attribute references.
60 61 62 |
# File 'sig/types.rbs', line 60 def references @references end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
59 60 61 |
# File 'sig/types.rbs', line 59 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
61 62 63 |
# File 'sig/types.rbs', line 61 def @tags end |