Module: Aws::Route53GlobalResolver::Client::_CreateFirewallRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateFirewallRuleOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ "ALLOW", ...
- #block_override_dns_type ⇒ "CNAME"
- #block_override_domain ⇒ ::String
- #block_override_ttl ⇒ ::Integer
- #block_response ⇒ "NODATA", ...
- #confidence_threshold ⇒ "LOW", ...
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #dns_advanced_protection ⇒ "DGA", ...
- #dns_view_id ⇒ ::String
- #firewall_domain_list_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #priority ⇒ ::Integer
- #query_type ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#action ⇒ "ALLOW", ...
267 |
# File 'sig/client.rbs', line 267
def action: () -> ("ALLOW" | "ALERT" | "BLOCK")
|
#block_override_dns_type ⇒ "CNAME"
268 |
# File 'sig/client.rbs', line 268
def block_override_dns_type: () -> ("CNAME")
|
#block_override_domain ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def block_override_domain: () -> ::String
|
#block_override_ttl ⇒ ::Integer
270 |
# File 'sig/client.rbs', line 270
def block_override_ttl: () -> ::Integer
|
#block_response ⇒ "NODATA", ...
271 |
# File 'sig/client.rbs', line 271
def block_response: () -> ("NODATA" | "NXDOMAIN" | "OVERRIDE")
|
#confidence_threshold ⇒ "LOW", ...
272 |
# File 'sig/client.rbs', line 272
def confidence_threshold: () -> ("LOW" | "MEDIUM" | "HIGH")
|
#created_at ⇒ ::Time
273 |
# File 'sig/client.rbs', line 273
def created_at: () -> ::Time
|
#description ⇒ ::String
274 |
# File 'sig/client.rbs', line 274
def description: () -> ::String
|
#dns_advanced_protection ⇒ "DGA", ...
275 |
# File 'sig/client.rbs', line 275
def dns_advanced_protection: () -> ("DGA" | "DNS_TUNNELING" | "DICTIONARY_DGA")
|
#dns_view_id ⇒ ::String
280 |
# File 'sig/client.rbs', line 280
def dns_view_id: () -> ::String
|
#firewall_domain_list_id ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def firewall_domain_list_id: () -> ::String
|
#id ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def id: () -> ::String
|
#name ⇒ ::String
278 |
# File 'sig/client.rbs', line 278
def name: () -> ::String
|
#priority ⇒ ::Integer
279 |
# File 'sig/client.rbs', line 279
def priority: () -> ::Integer
|
#query_type ⇒ ::String
281 |
# File 'sig/client.rbs', line 281
def query_type: () -> ::String
|
#status ⇒ "CREATING", ...
282 |
# File 'sig/client.rbs', line 282
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
283 |
# File 'sig/client.rbs', line 283
def updated_at: () -> ::Time
|