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

Class: Aws::SESV2::Types::ListDedicatedIpPoolsResponse

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

Overview

A list of dedicated IP pools.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_ip_poolsArray<String>

A list of all of the dedicated IP pools that are associated with your AWS account in the current Region.

Returns:

  • (Array<String>)

    A list of all of the dedicated IP pools that are associated with your AWS account in the current Region.

#next_tokenString

A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another request to ListDedicatedIpPools, passing this token in the NextToken parameter.

Returns:

  • (String)

    A token that indicates that there are additional IP pools to list.