SecretListEntry constructor

SecretListEntry({
  1. String? arn,
  2. DateTime? createdDate,
  3. DateTime? deletedDate,
  4. String? description,
  5. String? kmsKeyId,
  6. DateTime? lastAccessedDate,
  7. DateTime? lastChangedDate,
  8. DateTime? lastRotatedDate,
  9. String? name,
  10. String? owningService,
  11. bool? rotationEnabled,
  12. String? rotationLambdaARN,
  13. RotationRulesType? rotationRules,
  14. Map<String, List<String>>? secretVersionsToStages,
  15. List<Tag>? tags,
})

Implementation

SecretListEntry({
  this.arn,
  this.createdDate,
  this.deletedDate,
  this.description,
  this.kmsKeyId,
  this.lastAccessedDate,
  this.lastChangedDate,
  this.lastRotatedDate,
  this.name,
  this.owningService,
  this.rotationEnabled,
  this.rotationLambdaARN,
  this.rotationRules,
  this.secretVersionsToStages,
  this.tags,
});