CancelRotateSecretResponse constructor

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

Implementation

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