Module: Aws::Route53GlobalResolver::Client::_DeleteDNSViewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDNSViewOutput]
- 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
367 |
# File 'sig/client.rbs', line 367
def arn: () -> ::String
|
#client_token ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def client_token: () -> ::String
|
#created_at ⇒ ::Time
375 |
# File 'sig/client.rbs', line 375
def created_at: () -> ::Time
|
#description ⇒ ::String
373 |
# File 'sig/client.rbs', line 373
def description: () -> ::String
|
#dnssec_validation ⇒ "ENABLED", "DISABLED"
369 |
# File 'sig/client.rbs', line 369
def dnssec_validation: () -> ("ENABLED" | "DISABLED")
|
#edns_client_subnet ⇒ "ENABLED", "DISABLED"
370 |
# File 'sig/client.rbs', line 370
def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
|
#firewall_rules_fail_open ⇒ "ENABLED", "DISABLED"
371 |
# File 'sig/client.rbs', line 371
def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
|
#global_resolver_id ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def global_resolver_id: () -> ::String
|
#id ⇒ ::String
366 |
# File 'sig/client.rbs', line 366
def id: () -> ::String
|
#name ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def name: () -> ::String
|
#status ⇒ "CREATING", ...
377 |
# File 'sig/client.rbs', line 377
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
|
#updated_at ⇒ ::Time
376 |
# File 'sig/client.rbs', line 376
def updated_at: () -> ::Time
|