Module: Aws::Route53GlobalResolver::Client::_DisableDNSViewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DisableDNSViewOutput]
- 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
450 |
# File 'sig/client.rbs', line 450
def arn: () -> ::String
|
#client_token ⇒ ::String
451 |
# File 'sig/client.rbs', line 451
def client_token: () -> ::String
|
#created_at ⇒ ::Time
458 |
# File 'sig/client.rbs', line 458
def created_at: () -> ::Time
|
#description ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def description: () -> ::String
|
#dnssec_validation ⇒ "ENABLED", "DISABLED"
452 |
# File 'sig/client.rbs', line 452
def dnssec_validation: () -> ("ENABLED" | "DISABLED")
|
#edns_client_subnet ⇒ "ENABLED", "DISABLED"
453 |
# File 'sig/client.rbs', line 453
def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
|
#firewall_rules_fail_open ⇒ "ENABLED", "DISABLED"
454 |
# File 'sig/client.rbs', line 454
def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
|
#global_resolver_id ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def global_resolver_id: () -> ::String
|
#id ⇒ ::String
449 |
# File 'sig/client.rbs', line 449
def id: () -> ::String
|
#name ⇒ ::String
455 |
# File 'sig/client.rbs', line 455
def name: () -> ::String
|
#status ⇒ "CREATING", ...
460 |
# File 'sig/client.rbs', line 460
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
|
#updated_at ⇒ ::Time
459 |
# File 'sig/client.rbs', line 459
def updated_at: () -> ::Time
|