PutSecretValueResponse constructor

PutSecretValueResponse({
  1. String? arn,
  2. String? name,
  3. String? versionId,
  4. List<String>? versionStages,
})

Implementation

PutSecretValueResponse({
  this.arn,
  this.name,
  this.versionId,
  this.versionStages,
});