Module: Aws::Route53GlobalResolver::Client::_GetGlobalResolverResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#client_token::String

Returns:

  • (::String)


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

def client_token: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#dns_name::String

Returns:

  • (::String)


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

def dns_name: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_address_type"IPV4", "DUAL_STACK"

Returns:

  • ("IPV4", "DUAL_STACK")


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

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

#ipv4_addresses::Array[::String]

Returns:

  • (::Array[::String])


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

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

#ipv6_addresses::Array[::String]

Returns:

  • (::Array[::String])


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#observability_region::String

Returns:

  • (::String)


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

def observability_region: () -> ::String

#regions::Array[::String]

Returns:

  • (::Array[::String])


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

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

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time