Class: Aws::Types::FirewallRuleType
- Inherits:
-
Object
- Object
- Aws::Types::FirewallRuleType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_threat_protection ⇒ Types::DnsThreatProtectionRuleTypeConfig
Returns the value of attribute dns_threat_protection.
-
#firewall_advanced_content_category ⇒ Types::FirewallAdvancedContentCategoryConfig
Returns the value of attribute firewall_advanced_content_category.
-
#firewall_advanced_threat_category ⇒ Types::FirewallAdvancedThreatCategoryConfig
Returns the value of attribute firewall_advanced_threat_category.
-
#partner_threat_protection ⇒ Types::PartnerThreatProtectionConfig
Returns the value of attribute partner_threat_protection.
Instance Attribute Details
#dns_threat_protection ⇒ Types::DnsThreatProtectionRuleTypeConfig
Returns the value of attribute dns_threat_protection.
511 512 513 |
# File 'sig/types.rbs', line 511 def dns_threat_protection @dns_threat_protection end |
#firewall_advanced_content_category ⇒ Types::FirewallAdvancedContentCategoryConfig
Returns the value of attribute firewall_advanced_content_category.
509 510 511 |
# File 'sig/types.rbs', line 509 def firewall_advanced_content_category @firewall_advanced_content_category end |
#firewall_advanced_threat_category ⇒ Types::FirewallAdvancedThreatCategoryConfig
Returns the value of attribute firewall_advanced_threat_category.
510 511 512 |
# File 'sig/types.rbs', line 510 def firewall_advanced_threat_category @firewall_advanced_threat_category end |
#partner_threat_protection ⇒ Types::PartnerThreatProtectionConfig
Returns the value of attribute partner_threat_protection.
508 509 510 |
# File 'sig/types.rbs', line 508 def partner_threat_protection @partner_threat_protection end |