Class: Aws::Types::UpdateFirewallRuleEntry
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallRuleEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
-
#block_override_dns_type ⇒ "CNAME"
Returns the value of attribute block_override_dns_type.
-
#block_override_domain ⇒ ::String
Returns the value of attribute block_override_domain.
-
#block_override_ttl ⇒ ::Integer
Returns the value of attribute block_override_ttl.
-
#block_response ⇒ "NODATA", ...
Returns the value of attribute block_response.
-
#confidence_threshold ⇒ "LOW", ...
Returns the value of attribute confidence_threshold.
-
#dns_threat_protection ⇒ "DGA", ...
Returns the value of attribute dns_threat_protection.
-
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
-
#firewall_domain_redirection_action ⇒ "INSPECT_REDIRECTION_DOMAIN", "TRUST_REDIRECTION_DOMAIN"
Returns the value of attribute firewall_domain_redirection_action.
-
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
-
#firewall_rule_type ⇒ Types::FirewallRuleType
Returns the value of attribute firewall_rule_type.
-
#firewall_threat_protection_id ⇒ ::String
Returns the value of attribute firewall_threat_protection_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#qtype ⇒ ::String
Returns the value of attribute qtype.
Instance Attribute Details
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def action @action end |
#block_override_dns_type ⇒ "CNAME"
Returns the value of attribute block_override_dns_type.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def block_override_dns_type @block_override_dns_type end |
#block_override_domain ⇒ ::String
Returns the value of attribute block_override_domain.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def block_override_domain @block_override_domain end |
#block_override_ttl ⇒ ::Integer
Returns the value of attribute block_override_ttl.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def block_override_ttl @block_override_ttl end |
#block_response ⇒ "NODATA", ...
Returns the value of attribute block_response.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def block_response @block_response end |
#confidence_threshold ⇒ "LOW", ...
Returns the value of attribute confidence_threshold.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def confidence_threshold @confidence_threshold end |
#dns_threat_protection ⇒ "DGA", ...
Returns the value of attribute dns_threat_protection.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def dns_threat_protection @dns_threat_protection end |
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def firewall_domain_list_id @firewall_domain_list_id end |
#firewall_domain_redirection_action ⇒ "INSPECT_REDIRECTION_DOMAIN", "TRUST_REDIRECTION_DOMAIN"
Returns the value of attribute firewall_domain_redirection_action.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def firewall_domain_redirection_action @firewall_domain_redirection_action end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def firewall_rule_group_id @firewall_rule_group_id end |
#firewall_rule_type ⇒ Types::FirewallRuleType
Returns the value of attribute firewall_rule_type.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def firewall_rule_type @firewall_rule_type end |
#firewall_threat_protection_id ⇒ ::String
Returns the value of attribute firewall_threat_protection_id.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def firewall_threat_protection_id @firewall_threat_protection_id end |
#name ⇒ ::String
Returns the value of attribute name.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def priority @priority end |
#qtype ⇒ ::String
Returns the value of attribute qtype.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def qtype @qtype end |