Module: Aws::Route53GlobalResolver::Client::_GetFirewallRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFirewallRuleOutput]
- 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", ...
589 |
# File 'sig/client.rbs', line 589
def action: () -> ("ALLOW" | "ALERT" | "BLOCK")
|
#block_override_dns_type ⇒ "CNAME"
590 |
# File 'sig/client.rbs', line 590
def block_override_dns_type: () -> ("CNAME")
|
#block_override_domain ⇒ ::String
591 |
# File 'sig/client.rbs', line 591
def block_override_domain: () -> ::String
|
#block_override_ttl ⇒ ::Integer
592 |
# File 'sig/client.rbs', line 592
def block_override_ttl: () -> ::Integer
|
#block_response ⇒ "NODATA", ...
593 |
# File 'sig/client.rbs', line 593
def block_response: () -> ("NODATA" | "NXDOMAIN" | "OVERRIDE")
|
#confidence_threshold ⇒ "LOW", ...
594 |
# File 'sig/client.rbs', line 594
def confidence_threshold: () -> ("LOW" | "MEDIUM" | "HIGH")
|
#created_at ⇒ ::Time
595 |
# File 'sig/client.rbs', line 595
def created_at: () -> ::Time
|
#description ⇒ ::String
596 |
# File 'sig/client.rbs', line 596
def description: () -> ::String
|
#dns_advanced_protection ⇒ "DGA", ...
597 |
# File 'sig/client.rbs', line 597
def dns_advanced_protection: () -> ("DGA" | "DNS_TUNNELING" | "DICTIONARY_DGA")
|
#dns_view_id ⇒ ::String
602 |
# File 'sig/client.rbs', line 602
def dns_view_id: () -> ::String
|
#firewall_domain_list_id ⇒ ::String
598 |
# File 'sig/client.rbs', line 598
def firewall_domain_list_id: () -> ::String
|
#id ⇒ ::String
599 |
# File 'sig/client.rbs', line 599
def id: () -> ::String
|
#name ⇒ ::String
600 |
# File 'sig/client.rbs', line 600
def name: () -> ::String
|
#priority ⇒ ::Integer
601 |
# File 'sig/client.rbs', line 601
def priority: () -> ::Integer
|
#query_type ⇒ ::String
603 |
# File 'sig/client.rbs', line 603
def query_type: () -> ::String
|
#status ⇒ "CREATING", ...
604 |
# File 'sig/client.rbs', line 604
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
605 |
# File 'sig/client.rbs', line 605
def updated_at: () -> ::Time
|