Module: Aws::Route53GlobalResolver::Client::_DeleteFirewallRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteFirewallRuleOutput]
- 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", ...
400 |
# File 'sig/client.rbs', line 400
def action: () -> ("ALLOW" | "ALERT" | "BLOCK")
|
#block_override_dns_type ⇒ "CNAME"
401 |
# File 'sig/client.rbs', line 401
def block_override_dns_type: () -> ("CNAME")
|
#block_override_domain ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def block_override_domain: () -> ::String
|
#block_override_ttl ⇒ ::Integer
403 |
# File 'sig/client.rbs', line 403
def block_override_ttl: () -> ::Integer
|
#block_response ⇒ "NODATA", ...
404 |
# File 'sig/client.rbs', line 404
def block_response: () -> ("NODATA" | "NXDOMAIN" | "OVERRIDE")
|
#confidence_threshold ⇒ "LOW", ...
405 |
# File 'sig/client.rbs', line 405
def confidence_threshold: () -> ("LOW" | "MEDIUM" | "HIGH")
|
#created_at ⇒ ::Time
406 |
# File 'sig/client.rbs', line 406
def created_at: () -> ::Time
|
#description ⇒ ::String
407 |
# File 'sig/client.rbs', line 407
def description: () -> ::String
|
#dns_advanced_protection ⇒ "DGA", ...
408 |
# File 'sig/client.rbs', line 408
def dns_advanced_protection: () -> ("DGA" | "DNS_TUNNELING" | "DICTIONARY_DGA")
|
#dns_view_id ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def dns_view_id: () -> ::String
|
#firewall_domain_list_id ⇒ ::String
409 |
# File 'sig/client.rbs', line 409
def firewall_domain_list_id: () -> ::String
|
#id ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def id: () -> ::String
|
#name ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def name: () -> ::String
|
#priority ⇒ ::Integer
412 |
# File 'sig/client.rbs', line 412
def priority: () -> ::Integer
|
#query_type ⇒ ::String
414 |
# File 'sig/client.rbs', line 414
def query_type: () -> ::String
|
#status ⇒ "CREATING", ...
415 |
# File 'sig/client.rbs', line 415
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
416 |
# File 'sig/client.rbs', line 416
def updated_at: () -> ::Time
|