Class: Aws::Types::UpdateDictionaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDictionaryResponse
- 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.
317 318 319 |
# File 'sig/types.rbs', line 317 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
318 319 320 |
# File 'sig/types.rbs', line 318 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
319 320 321 |
# File 'sig/types.rbs', line 319 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
316 317 318 |
# File 'sig/types.rbs', line 316 def name @name end |
#references ⇒ ::Array[::String]
Returns the value of attribute references.
321 322 323 |
# File 'sig/types.rbs', line 321 def references @references end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
320 321 322 |
# File 'sig/types.rbs', line 320 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
322 323 324 |
# File 'sig/types.rbs', line 322 def @tags end |