Module: Aws::Route53GlobalResolver::Client::_GetDNSViewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDNSViewOutput]
- 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
549 |
# File 'sig/client.rbs', line 549
def arn: () -> ::String
|
#client_token ⇒ ::String
550 |
# File 'sig/client.rbs', line 550
def client_token: () -> ::String
|
#created_at ⇒ ::Time
557 |
# File 'sig/client.rbs', line 557
def created_at: () -> ::Time
|
#description ⇒ ::String
555 |
# File 'sig/client.rbs', line 555
def description: () -> ::String
|
#dnssec_validation ⇒ "ENABLED", "DISABLED"
551 |
# File 'sig/client.rbs', line 551
def dnssec_validation: () -> ("ENABLED" | "DISABLED")
|
#edns_client_subnet ⇒ "ENABLED", "DISABLED"
552 |
# File 'sig/client.rbs', line 552
def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
|
#firewall_rules_fail_open ⇒ "ENABLED", "DISABLED"
553 |
# File 'sig/client.rbs', line 553
def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
|
#global_resolver_id ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def global_resolver_id: () -> ::String
|
#id ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def id: () -> ::String
|
#name ⇒ ::String
554 |
# File 'sig/client.rbs', line 554
def name: () -> ::String
|
#status ⇒ "CREATING", ...
559 |
# File 'sig/client.rbs', line 559
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
|
#updated_at ⇒ ::Time
558 |
# File 'sig/client.rbs', line 558
def updated_at: () -> ::Time
|