class Aws::Route53Resolver::Types::DisassociateResolverEndpointIpAddressRequest

@note When making an API call, you may pass DisassociateResolverEndpointIpAddressRequest

data as a hash:

    {
      resolver_endpoint_id: "ResourceId", # required
      ip_address: { # required
        ip_id: "ResourceId",
        subnet_id: "SubnetId",
        ip: "Ip",
      },
    }

@!attribute [rw] resolver_endpoint_id

The ID of the Resolver endpoint that you want to disassociate an IP
address from.
@return [String]

@!attribute [rw] ip_address

The IPv4 address that you want to remove from a Resolver endpoint.
@return [Types::IpAddressUpdate]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DisassociateResolverEndpointIpAddressRequest AWS API Documentation

Constants

SENSITIVE