Module: Aws::Route53GlobalResolver::Client::_DeleteGlobalResolverResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteGlobalResolverOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #client_token ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #dns_name ⇒ ::String
- #id ⇒ ::String
- #ip_address_type ⇒ "IPV4", "DUAL_STACK"
- #ipv4_addresses ⇒ ::Array[::String]
- #ipv6_addresses ⇒ ::Array[::String]
- #name ⇒ ::String
- #observability_region ⇒ ::String
- #regions ⇒ ::Array[::String]
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def arn: () -> ::String
|
#client_token ⇒ ::String
428 |
# File 'sig/client.rbs', line 428
def client_token: () -> ::String
|
#created_at ⇒ ::Time
434 |
# File 'sig/client.rbs', line 434
def created_at: () -> ::Time
|
#description ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def description: () -> ::String
|
#dns_name ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def dns_name: () -> ::String
|
#id ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
439 |
# File 'sig/client.rbs', line 439
def ip_address_type: () -> ("IPV4" | "DUAL_STACK")
|
#ipv4_addresses ⇒ ::Array[::String]
437 |
# File 'sig/client.rbs', line 437
def ipv4_addresses: () -> ::Array[::String]
|
#ipv6_addresses ⇒ ::Array[::String]
438 |
# File 'sig/client.rbs', line 438
def ipv6_addresses: () -> ::Array[::String]
|
#name ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def name: () -> ::String
|
#observability_region ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def observability_region: () -> ::String
|
#regions ⇒ ::Array[::String]
433 |
# File 'sig/client.rbs', line 433
def regions: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
436 |
# File 'sig/client.rbs', line 436
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
435 |
# File 'sig/client.rbs', line 435
def updated_at: () -> ::Time
|