RuleGroup constructor
      
      RuleGroup({})
     
    
    
Implementation
RuleGroup({
  required this.arn,
  required this.capacity,
  required this.id,
  required this.name,
  required this.visibilityConfig,
  this.description,
  this.rules,
});