Class: Terracop::Cop::Aws::SecurityGroupRuleCop
- Defined in:
- lib/terracop/cop/aws/security_group_rule_cop.rb
Overview
Base class that provides helper methods for other Cops checking Security Group rules.
Direct Known Subclasses
OpenEgress, OpenIngress, OpenSsh, PreferLaunchTemplates, UnrestrictedEgressPorts, UnrestrictedIngressPorts, WideEgress, WideIngress
Instance Attribute Summary
Attributes inherited from Base
#attributes, #index, #name, #offenses, #type
Method Summary
Methods inherited from Base
#check, config, cop_name, #human_name, #initialize, #offense, run
Constructor Details
This class inherits a constructor from Terracop::Cop::Base