Class DeleteSecretResponse

    • Method Detail

      • arn

        public final String arn()

        The ARN of the secret.

        Returns:
        The ARN of the secret.
      • name

        public final String name()

        The name of the secret.

        Returns:
        The name of the secret.
      • deletionDate

        public final Instant deletionDate()

        The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no longer be restored. This value is the date and time of the delete request plus the number of days in RecoveryWindowInDays.

        Returns:
        The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no longer be restored. This value is the date and time of the delete request plus the number of days in RecoveryWindowInDays.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object