DescribeSecretResponse constructor
DescribeSecretResponse({
- 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,
- List<
Tag> ? tags, - Map<
String, List< ? versionIdsToStages,String> >
Implementation
DescribeSecretResponse({
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.tags,
this.versionIdsToStages,
});