You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecretsManager::Types::DeleteSecretResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::DeleteSecretResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the secret that is now scheduled for deletion.
-
#deletion_date ⇒ Time
The date and time after which this secret can be deleted by Secrets Manager and can no longer be restored.
-
#name ⇒ String
The friendly name of the secret that is now scheduled for deletion.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret that is now scheduled for deletion.
#deletion_date ⇒ Time
The date and time after which this secret can be deleted by Secrets
Manager and can no longer be restored. This value is the date and time
of the delete request plus the number of days specified in
RecoveryWindowInDays
.
#name ⇒ String
The friendly name of the secret that is now scheduled for deletion.