Module: Aws::Route53GlobalResolver::Client::_UpdateFirewallRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallRuleOutput]
- 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", ...
917 |
# File 'sig/client.rbs', line 917
def action: () -> ("ALLOW" | "ALERT" | "BLOCK")
|
#block_override_dns_type ⇒ "CNAME"
918 |
# File 'sig/client.rbs', line 918
def block_override_dns_type: () -> ("CNAME")
|
#block_override_domain ⇒ ::String
919 |
# File 'sig/client.rbs', line 919
def block_override_domain: () -> ::String
|
#block_override_ttl ⇒ ::Integer
920 |
# File 'sig/client.rbs', line 920
def block_override_ttl: () -> ::Integer
|
#block_response ⇒ "NODATA", ...
921 |
# File 'sig/client.rbs', line 921
def block_response: () -> ("NODATA" | "NXDOMAIN" | "OVERRIDE")
|
#confidence_threshold ⇒ "LOW", ...
922 |
# File 'sig/client.rbs', line 922
def confidence_threshold: () -> ("LOW" | "MEDIUM" | "HIGH")
|
#created_at ⇒ ::Time
923 |
# File 'sig/client.rbs', line 923
def created_at: () -> ::Time
|
#description ⇒ ::String
924 |
# File 'sig/client.rbs', line 924
def description: () -> ::String
|
#dns_advanced_protection ⇒ "DGA", ...
925 |
# File 'sig/client.rbs', line 925
def dns_advanced_protection: () -> ("DGA" | "DNS_TUNNELING" | "DICTIONARY_DGA")
|
#dns_view_id ⇒ ::String
930 |
# File 'sig/client.rbs', line 930
def dns_view_id: () -> ::String
|
#firewall_domain_list_id ⇒ ::String
926 |
# File 'sig/client.rbs', line 926
def firewall_domain_list_id: () -> ::String
|
#id ⇒ ::String
927 |
# File 'sig/client.rbs', line 927
def id: () -> ::String
|
#name ⇒ ::String
928 |
# File 'sig/client.rbs', line 928
def name: () -> ::String
|
#priority ⇒ ::Integer
929 |
# File 'sig/client.rbs', line 929
def priority: () -> ::Integer
|
#query_type ⇒ ::String
931 |
# File 'sig/client.rbs', line 931
def query_type: () -> ::String
|
#status ⇒ "CREATING", ...
932 |
# File 'sig/client.rbs', line 932
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
933 |
# File 'sig/client.rbs', line 933
def updated_at: () -> ::Time
|