Class: Aws::Types::DeleteDictionaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDictionaryResponse
- 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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
104 105 106 |
# File 'sig/types.rbs', line 104 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
105 106 107 |
# File 'sig/types.rbs', line 105 def id @id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
106 107 108 |
# File 'sig/types.rbs', line 106 def status @status end |