Class: Aws::Types::GetDictionaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDictionaryResponse
- 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.
202 203 204 |
# File 'sig/types.rbs', line 202 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
203 204 205 |
# File 'sig/types.rbs', line 203 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
204 205 206 |
# File 'sig/types.rbs', line 204 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
201 202 203 |
# File 'sig/types.rbs', line 201 def name @name end |
#references ⇒ ::Array[::String]
Returns the value of attribute references.
206 207 208 |
# File 'sig/types.rbs', line 206 def references @references end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
205 206 207 |
# File 'sig/types.rbs', line 205 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
207 208 209 |
# File 'sig/types.rbs', line 207 def @tags end |