UpdateSecretVersionStageResponse constructor

UpdateSecretVersionStageResponse({
  1. String? arn,
  2. String? name,
})

Implementation

UpdateSecretVersionStageResponse({
  this.arn,
  this.name,
});