Class: Aws::Types::CreateFirewallRuleEntry
- Inherits:
-
Object
- Object
- Aws::Types::CreateFirewallRuleEntry
- 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.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#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.
-
#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.
142 143 144 |
# File 'sig/types.rbs', line 142 def action @action end |
#block_override_dns_type ⇒ "CNAME"
Returns the value of attribute block_override_dns_type.
145 146 147 |
# File 'sig/types.rbs', line 145 def block_override_dns_type @block_override_dns_type end |
#block_override_domain ⇒ ::String
Returns the value of attribute block_override_domain.
144 145 146 |
# File 'sig/types.rbs', line 144 def block_override_domain @block_override_domain end |
#block_override_ttl ⇒ ::Integer
Returns the value of attribute block_override_ttl.
146 147 148 |
# File 'sig/types.rbs', line 146 def block_override_ttl @block_override_ttl end |
#block_response ⇒ "NODATA", ...
Returns the value of attribute block_response.
143 144 145 |
# File 'sig/types.rbs', line 143 def block_response @block_response end |
#confidence_threshold ⇒ "LOW", ...
Returns the value of attribute confidence_threshold.
151 152 153 |
# File 'sig/types.rbs', line 151 def confidence_threshold @confidence_threshold end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def creator_request_id @creator_request_id end |
#dns_threat_protection ⇒ "DGA", ...
Returns the value of attribute dns_threat_protection.
150 151 152 |
# File 'sig/types.rbs', line 150 def dns_threat_protection @dns_threat_protection end |
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
140 141 142 |
# File 'sig/types.rbs', line 140 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.
148 149 150 |
# File 'sig/types.rbs', line 148 def firewall_domain_redirection_action @firewall_domain_redirection_action end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def firewall_rule_group_id @firewall_rule_group_id end |
#firewall_rule_type ⇒ Types::FirewallRuleType
Returns the value of attribute firewall_rule_type.
152 153 154 |
# File 'sig/types.rbs', line 152 def firewall_rule_type @firewall_rule_type end |
#name ⇒ ::String
Returns the value of attribute name.
147 148 149 |
# File 'sig/types.rbs', line 147 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
141 142 143 |
# File 'sig/types.rbs', line 141 def priority @priority end |
#qtype ⇒ ::String
Returns the value of attribute qtype.
149 150 151 |
# File 'sig/types.rbs', line 149 def qtype @qtype end |