Module: Aws::Route53GlobalResolver::Client::_CreateGlobalResolverResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGlobalResolverOutput]
- 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
307 |
# File 'sig/client.rbs', line 307
def arn: () -> ::String
|
#client_token ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def client_token: () -> ::String
|
#created_at ⇒ ::Time
309 |
# File 'sig/client.rbs', line 309
def created_at: () -> ::Time
|
#description ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def description: () -> ::String
|
#dns_name ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def dns_name: () -> ::String
|
#id ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
312 |
# File 'sig/client.rbs', line 312
def ip_address_type: () -> ("IPV4" | "DUAL_STACK")
|
#ipv4_addresses ⇒ ::Array[::String]
313 |
# File 'sig/client.rbs', line 313
def ipv4_addresses: () -> ::Array[::String]
|
#ipv6_addresses ⇒ ::Array[::String]
314 |
# File 'sig/client.rbs', line 314
def ipv6_addresses: () -> ::Array[::String]
|
#name ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def name: () -> ::String
|
#observability_region ⇒ ::String
316 |
# File 'sig/client.rbs', line 316
def observability_region: () -> ::String
|
#regions ⇒ ::Array[::String]
317 |
# File 'sig/client.rbs', line 317
def regions: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
318 |
# File 'sig/client.rbs', line 318
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
319 |
# File 'sig/client.rbs', line 319
def updated_at: () -> ::Time
|