Module: Aws::Route53GlobalResolver::Client::_CreateGlobalResolverResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateGlobalResolverOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


307
# File 'sig/client.rbs', line 307

def arn: () -> ::String

#client_token::String

Returns:

  • (::String)


308
# File 'sig/client.rbs', line 308

def client_token: () -> ::String

#created_at::Time

Returns:

  • (::Time)


309
# File 'sig/client.rbs', line 309

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


310
# File 'sig/client.rbs', line 310

def description: () -> ::String

#dns_name::String

Returns:

  • (::String)


311
# File 'sig/client.rbs', line 311

def dns_name: () -> ::String

#id::String

Returns:

  • (::String)


306
# File 'sig/client.rbs', line 306

def id: () -> ::String

#ip_address_type"IPV4", "DUAL_STACK"

Returns:

  • ("IPV4", "DUAL_STACK")


312
# File 'sig/client.rbs', line 312

def ip_address_type: () -> ("IPV4" | "DUAL_STACK")

#ipv4_addresses::Array[::String]

Returns:

  • (::Array[::String])


313
# File 'sig/client.rbs', line 313

def ipv4_addresses: () -> ::Array[::String]

#ipv6_addresses::Array[::String]

Returns:

  • (::Array[::String])


314
# File 'sig/client.rbs', line 314

def ipv6_addresses: () -> ::Array[::String]

#name::String

Returns:

  • (::String)


315
# File 'sig/client.rbs', line 315

def name: () -> ::String

#observability_region::String

Returns:

  • (::String)


316
# File 'sig/client.rbs', line 316

def observability_region: () -> ::String

#regions::Array[::String]

Returns:

  • (::Array[::String])


317
# File 'sig/client.rbs', line 317

def regions: () -> ::Array[::String]

#status"CREATING", ...

Returns:

  • ("CREATING", "OPERATIONAL", "UPDATING", "DELETING")


318
# File 'sig/client.rbs', line 318

def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")

#updated_at::Time

Returns:

  • (::Time)


319
# File 'sig/client.rbs', line 319

def updated_at: () -> ::Time