Module: Aws::Route53GlobalResolver::Client::_UpdateAccessSourceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#cidr::String

Returns:

  • (::String)


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

def cidr: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#dns_view_id::String

Returns:

  • (::String)


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

def dns_view_id: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_address_type"IPV4", "IPV6"

Returns:

  • ("IPV4", "IPV6")


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#protocol"DO53", ...

Returns:

  • ("DO53", "DOH", "DOT")


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

def protocol: () -> ("DO53" | "DOH" | "DOT")

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time