AwsSecretsManagerSecretDetails constructor

AwsSecretsManagerSecretDetails({
  1. bool? deleted,
  2. String? description,
  3. String? kmsKeyId,
  4. String? name,
  5. bool? rotationEnabled,
  6. String? rotationLambdaArn,
  7. bool? rotationOccurredWithinFrequency,
  8. AwsSecretsManagerSecretRotationRules? rotationRules,
})

Implementation

AwsSecretsManagerSecretDetails({
  this.deleted,
  this.description,
  this.kmsKeyId,
  this.name,
  this.rotationEnabled,
  this.rotationLambdaArn,
  this.rotationOccurredWithinFrequency,
  this.rotationRules,
});