You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Resolver::Types::IpAddressUpdate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing IpAddressUpdate as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ipString

The new IP address.

Returns:

  • (String)

    The new IP address.

#ip_idString

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.

Returns:

  • (String)

    Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove.

#subnet_idString

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

Returns:

  • (String)

    The ID of the subnet that includes the IP address that you want to update.