Module: Aws::Route53GlobalResolver::Client::_EnableDNSViewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::EnableDNSViewOutput]
- 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
489 |
# File 'sig/client.rbs', line 489
def arn: () -> ::String
|
#client_token ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def client_token: () -> ::String
|
#created_at ⇒ ::Time
497 |
# File 'sig/client.rbs', line 497
def created_at: () -> ::Time
|
#description ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def description: () -> ::String
|
#dnssec_validation ⇒ "ENABLED", "DISABLED"
491 |
# File 'sig/client.rbs', line 491
def dnssec_validation: () -> ("ENABLED" | "DISABLED")
|
#edns_client_subnet ⇒ "ENABLED", "DISABLED"
492 |
# File 'sig/client.rbs', line 492
def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
|
#firewall_rules_fail_open ⇒ "ENABLED", "DISABLED"
493 |
# File 'sig/client.rbs', line 493
def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
|
#global_resolver_id ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def global_resolver_id: () -> ::String
|
#id ⇒ ::String
488 |
# File 'sig/client.rbs', line 488
def id: () -> ::String
|
#name ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def name: () -> ::String
|
#status ⇒ "CREATING", ...
499 |
# File 'sig/client.rbs', line 499
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
|
#updated_at ⇒ ::Time
498 |
# File 'sig/client.rbs', line 498
def updated_at: () -> ::Time
|