class Aws::SESV2::Types::GetDedicatedIpsRequest

A request to obtain more information about dedicated IP pools.

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

data as a hash:

    {
      pool_name: "PoolName",
      next_token: "NextToken",
      page_size: 1,
    }

@!attribute [rw] pool_name

The name of the IP pool that the dedicated IP address is associated
with.
@return [String]

@!attribute [rw] next_token

A token returned from a previous call to `GetDedicatedIps` to
indicate the position of the dedicated IP pool in the list of IP
pools.
@return [String]

@!attribute [rw] page_size

The number of results to show in a single call to
`GetDedicatedIpsRequest`. If the number of results is larger than
the number you specified in this parameter, then the response
includes a `NextToken` element, which you can use to obtain
additional results.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetDedicatedIpsRequest AWS API Documentation

Constants

SENSITIVE