SecretListEntry constructor
SecretListEntry({
- String? arn,
- DateTime? createdDate,
- DateTime? deletedDate,
- String? description,
- String? kmsKeyId,
- DateTime? lastAccessedDate,
- DateTime? lastChangedDate,
- DateTime? lastRotatedDate,
- String? name,
- String? owningService,
- bool? rotationEnabled,
- String? rotationLambdaARN,
- RotationRulesType? rotationRules,
- Map<
String, List< ? secretVersionsToStages,String> > - 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,
});