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.
371 372 373 |
# File 'sig/types.rbs', line 371 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
372 373 374 |
# File 'sig/types.rbs', line 372 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
373 374 375 |
# File 'sig/types.rbs', line 373 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
370 371 372 |
# File 'sig/types.rbs', line 370 def name @name end |
#references ⇒ ::Array[::String]
Returns the value of attribute references.
375 376 377 |
# File 'sig/types.rbs', line 375 def references @references end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
374 375 376 |
# File 'sig/types.rbs', line 374 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
376 377 378 |
# File 'sig/types.rbs', line 376 def @tags end |