Class: Aws::SESV2::Types::ListDedicatedIpPoolsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListDedicatedIpPoolsResponse
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
A list of dedicated IP pools.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dedicated_ip_pools ⇒ Array<String>
A list of all of the dedicated IP pools that are associated with your Amazon Web Services 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 Amazon Web Services account in the current Region.
5213 5214 5215 5216 5217 5218 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5213 class ListDedicatedIpPoolsResponse < Struct.new( :dedicated_ip_pools, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
5213 5214 5215 5216 5217 5218 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5213 class ListDedicatedIpPoolsResponse < Struct.new( :dedicated_ip_pools, :next_token) SENSITIVE = [] include Aws::Structure end |