Module: Aws::Route53GlobalResolver::Client::_DeleteAccessSourceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#cidr::String

Returns:

  • (::String)


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

def cidr: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#dns_view_id::String

Returns:

  • (::String)


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

def dns_view_id: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_address_type"IPV4", "IPV6"

Returns:

  • ("IPV4", "IPV6")


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#protocol"DO53", ...

Returns:

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


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

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

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time