DeleteSecretResponse constructor

DeleteSecretResponse({
  1. String? arn,
  2. DateTime? deletionDate,
  3. String? name,
})

Implementation

DeleteSecretResponse({
  this.arn,
  this.deletionDate,
  this.name,
});