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
- Struct
- Aws::SESV2::Types::ListDedicatedIpPoolsResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#dedicated_ip_pools ⇒ Array<String>
A list of all of the dedicated IP pools that are associated with your AWS account in the current Region.
-
#next_token ⇒ String
A token that indicates that there are additional IP pools to list.
Instance Attribute Details
#dedicated_ip_pools ⇒ Array<String>
A list of all of the dedicated IP pools that are associated with your AWS account in the current Region.
#next_token ⇒ String
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.