Class: Aws::Types::DeleteSecretResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecretResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#deletion_date ⇒ ::Time
Returns the value of attribute deletion_date.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def arn @arn end |
#deletion_date ⇒ ::Time
Returns the value of attribute deletion_date.
93 94 95 |
# File 'sig/types.rbs', line 93 def deletion_date @deletion_date end |
#name ⇒ ::String
Returns the value of attribute name.
92 93 94 |
# File 'sig/types.rbs', line 92 def name @name end |