class Aws::PinpointEmail::Types::PutDedicatedIpInPoolRequest

A request to move a dedicated IP address to a dedicated IP pool.

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

data as a hash:

    {
      ip: "Ip", # required
      destination_pool_name: "PoolName", # required
    }

@!attribute [rw] ip

The IP address that you want to move to the dedicated IP pool. The
value you specify has to be a dedicated IP address that's
associated with your Amazon Pinpoint account.
@return [String]

@!attribute [rw] destination_pool_name

The name of the IP pool that you want to add the dedicated IP
address to. You have to specify an IP pool that already exists.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/PutDedicatedIpInPoolRequest AWS API Documentation

Constants

SENSITIVE