Module: Aws::Route53GlobalResolver::Client::_UpdateGlobalResolverResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#client_token::String

Returns:

  • (::String)


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

def client_token: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#dns_name::String

Returns:

  • (::String)


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

def dns_name: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_address_type"IPV4", "DUAL_STACK"

Returns:

  • ("IPV4", "DUAL_STACK")


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

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

#ipv4_addresses::Array[::String]

Returns:

  • (::Array[::String])


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

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

#ipv6_addresses::Array[::String]

Returns:

  • (::Array[::String])


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#observability_region::String

Returns:

  • (::String)


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

def observability_region: () -> ::String

#regions::Array[::String]

Returns:

  • (::Array[::String])


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

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

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time