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
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret that is now scheduled for deletion.

Returns:

  • (String)

    The ARN of the secret that is now scheduled for deletion.

#deletion_dateTime

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.

Returns:

  • (Time)

    The date and time after which this secret can be deleted by Secrets Manager and can no longer be restored.

#nameString

The friendly name of the secret that is now scheduled for deletion.

Returns:

  • (String)

    The friendly name of the secret that is now scheduled for deletion.