AwsWafWebAclDetails constructor

AwsWafWebAclDetails({
  1. String? defaultAction,
  2. String? name,
  3. List<AwsWafWebAclRule>? rules,
  4. String? webAclId,
})

Implementation

AwsWafWebAclDetails({
  this.defaultAction,
  this.name,
  this.rules,
  this.webAclId,
});