Class: Aws::Types::UpdateFirewallRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallRuleRequest
- 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.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def action @action end |
#block_override_dns_type ⇒ "CNAME"
Returns the value of attribute block_override_dns_type.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def block_override_dns_type @block_override_dns_type end |
#block_override_domain ⇒ ::String
Returns the value of attribute block_override_domain.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def block_override_domain @block_override_domain end |
#block_override_ttl ⇒ ::Integer
Returns the value of attribute block_override_ttl.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def block_override_ttl @block_override_ttl end |
#block_response ⇒ "NODATA", ...
Returns the value of attribute block_response.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def block_response @block_response end |
#confidence_threshold ⇒ "LOW", ...
Returns the value of attribute confidence_threshold.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def confidence_threshold @confidence_threshold end |
#dns_threat_protection ⇒ "DGA", ...
Returns the value of attribute dns_threat_protection.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def dns_threat_protection @dns_threat_protection end |
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 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.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def firewall_domain_redirection_action @firewall_domain_redirection_action end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def firewall_rule_group_id @firewall_rule_group_id end |
#firewall_rule_type ⇒ Types::FirewallRuleType
Returns the value of attribute firewall_rule_type.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def firewall_rule_type @firewall_rule_type end |
#firewall_threat_protection_id ⇒ ::String
Returns the value of attribute firewall_threat_protection_id.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def firewall_threat_protection_id @firewall_threat_protection_id end |
#name ⇒ ::String
Returns the value of attribute name.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def priority @priority end |
#qtype ⇒ ::String
Returns the value of attribute qtype.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def qtype @qtype end |