class Aws::Route53Resolver::Types::IpAddressUpdate

In an [UpdateResolverEndpoint] request, information about an IP address to update.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html

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

data as a hash:

    {
      ip_id: "ResourceId",
      subnet_id: "SubnetId",
      ip: "Ip",
    }

@!attribute [rw] ip_id

*Only when removing an IP address from a Resolver endpoint*\: The ID
of the IP address that you want to remove. To get this ID, use
[GetResolverEndpoint][1].

[1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html
@return [String]

@!attribute [rw] subnet_id

The ID of the subnet that includes the IP address that you want to
update. To get this ID, use [GetResolverEndpoint][1].

[1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html
@return [String]

@!attribute [rw] ip

The new IP address.
@return [String]

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

Constants

SENSITIVE