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

Class: Aws::PinpointEmail::Types::PutDedicatedIpInPoolRequest

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#destination_pool_nameString

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.

Returns:

  • (String)

    The name of the IP pool that you want to add the dedicated IP address to.

#ipString

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.

Returns:

  • (String)

    The IP address that you want to move to the dedicated IP pool.