DescribeAuditSuppressionResponse constructor
DescribeAuditSuppressionResponse({
- String? checkName,
- String? description,
- DateTime? expirationDate,
- ResourceIdentifier? resourceIdentifier,
- bool? suppressIndefinitely,
Implementation
DescribeAuditSuppressionResponse({
this.checkName,
this.description,
this.expirationDate,
this.resourceIdentifier,
this.suppressIndefinitely,
});