Table of Contents

Class DeleteSecretResponse

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

This is the response object from the DeleteSecret operation.

public class DeleteSecretResponse : AmazonWebServiceResponse
Inheritance
DeleteSecretResponse

Constructors

DeleteSecretResponse()

public DeleteSecretResponse()

Properties

ARN

Gets and sets the property ARN.

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

public string ARN { get; set; }

Property Value

string

DeletionDate

Gets and sets the property DeletionDate.

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
.
public DateTime DeletionDate { get; set; }

Property Value

DateTime

Name

Gets and sets the property Name.

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

public string Name { get; set; }

Property Value

string