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

Class: Aws::PinpointEmail::Types::CreateDedicatedIpPoolRequest

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

Overview

Note:

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

{
  pool_name: "PoolName", # required
  tags: [
    {
      key: "TagKey", # required
      value: "TagValue", # required
    },
  ],
}

A request to create a new dedicated IP pool.

Instance Attribute Summary collapse

Instance Attribute Details

#pool_nameString

The name of the dedicated IP pool.

Returns:

  • (String)

    The name of the dedicated IP pool.

#tagsArray<Types::Tag>

An object that defines the tags (keys and values) that you want to associate with the pool.

Returns:

  • (Array<Types::Tag>)

    An object that defines the tags (keys and values) that you want to associate with the pool.