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.
420 421 422 |
# File 'sig/types.rbs', line 420 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
421 422 423 |
# File 'sig/types.rbs', line 421 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
422 423 424 |
# File 'sig/types.rbs', line 422 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
419 420 421 |
# File 'sig/types.rbs', line 419 def name @name end |
#references ⇒ ::Array[::String]
Returns the value of attribute references.
424 425 426 |
# File 'sig/types.rbs', line 424 def references @references end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
423 424 425 |
# File 'sig/types.rbs', line 423 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
425 426 427 |
# File 'sig/types.rbs', line 425 def end |