Module: Aws::Route53GlobalResolver::Client::_UpdateDNSViewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDNSViewOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #client_token ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #dnssec_validation ⇒ "ENABLED", "DISABLED"
- #edns_client_subnet ⇒ "ENABLED", "DISABLED"
- #firewall_rules_fail_open ⇒ "ENABLED", "DISABLED"
- #global_resolver_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
878 |
# File 'sig/client.rbs', line 878
def arn: () -> ::String
|
#client_token ⇒ ::String
879 |
# File 'sig/client.rbs', line 879
def client_token: () -> ::String
|
#created_at ⇒ ::Time
886 |
# File 'sig/client.rbs', line 886
def created_at: () -> ::Time
|
#description ⇒ ::String
884 |
# File 'sig/client.rbs', line 884
def description: () -> ::String
|
#dnssec_validation ⇒ "ENABLED", "DISABLED"
880 |
# File 'sig/client.rbs', line 880
def dnssec_validation: () -> ("ENABLED" | "DISABLED")
|
#edns_client_subnet ⇒ "ENABLED", "DISABLED"
881 |
# File 'sig/client.rbs', line 881
def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
|
#firewall_rules_fail_open ⇒ "ENABLED", "DISABLED"
882 |
# File 'sig/client.rbs', line 882
def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
|
#global_resolver_id ⇒ ::String
885 |
# File 'sig/client.rbs', line 885
def global_resolver_id: () -> ::String
|
#id ⇒ ::String
877 |
# File 'sig/client.rbs', line 877
def id: () -> ::String
|
#name ⇒ ::String
883 |
# File 'sig/client.rbs', line 883
def name: () -> ::String
|
#status ⇒ "CREATING", ...
888 |
# File 'sig/client.rbs', line 888
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
|
#updated_at ⇒ ::Time
887 |
# File 'sig/client.rbs', line 887
def updated_at: () -> ::Time
|