UpdateSecretResponse constructor

UpdateSecretResponse({
  1. String? arn,
  2. String? name,
  3. String? versionId,
})

Implementation

UpdateSecretResponse({
  this.arn,
  this.name,
  this.versionId,
});