DescribeAuditSuppressionResponse constructor

DescribeAuditSuppressionResponse({
  1. String? checkName,
  2. String? description,
  3. DateTime? expirationDate,
  4. ResourceIdentifier? resourceIdentifier,
  5. bool? suppressIndefinitely,
})

Implementation

DescribeAuditSuppressionResponse({
  this.checkName,
  this.description,
  this.expirationDate,
  this.resourceIdentifier,
  this.suppressIndefinitely,
});