Class: Aws::Types::DisassociateResolverEndpointIpAddressRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressTypes::IpAddressUpdate

Returns the value of attribute ip_address.



353
354
355
# File 'sig/types.rbs', line 353

def ip_address
  @ip_address
end

#resolver_endpoint_id::String

Returns the value of attribute resolver_endpoint_id.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def resolver_endpoint_id
  @resolver_endpoint_id
end