You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::PutDedicatedIpInPoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::PutDedicatedIpInPoolRequest
- 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
-
#destination_pool_name ⇒ String
The name of the IP pool that you want to add the dedicated IP address to.
-
#ip ⇒ String
The IP address that you want to move to the dedicated IP pool.
Instance Attribute Details
#destination_pool_name ⇒ String
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.
#ip ⇒ String
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 AWS account.