Class: Aws::SESV2::Types::PutDedicatedIpInPoolRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


5624
5625
5626
5627
5628
5629
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5624

class PutDedicatedIpInPoolRequest < Struct.new(
  :ip,
  :destination_pool_name)
  SENSITIVE = []
  include Aws::Structure
end

#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 Web Services account.

Returns:

  • (String)


5624
5625
5626
5627
5628
5629
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5624

class PutDedicatedIpInPoolRequest < Struct.new(
  :ip,
  :destination_pool_name)
  SENSITIVE = []
  include Aws::Structure
end