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.
213 214 215 |
# File 'sig/types.rbs', line 213 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
214 215 216 |
# File 'sig/types.rbs', line 214 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
215 216 217 |
# File 'sig/types.rbs', line 215 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
212 213 214 |
# File 'sig/types.rbs', line 212 def name @name end |
#references ⇒ ::Array[::String]
Returns the value of attribute references.
217 218 219 |
# File 'sig/types.rbs', line 217 def references @references end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
216 217 218 |
# File 'sig/types.rbs', line 216 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
218 219 220 |
# File 'sig/types.rbs', line 218 def end |