Module: Aws::Route53GlobalResolver::Client::_GetAccessSourceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#cidr::String

Returns:

  • (::String)


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

def cidr: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#dns_view_id::String

Returns:

  • (::String)


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

def dns_view_id: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_address_type"IPV4", "IPV6"

Returns:

  • ("IPV4", "IPV6")


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#protocol"DO53", ...

Returns:

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


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

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

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time