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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/types.rb

Overview

A list of dedicated IP pools.

Constant Summary collapse

SENSITIVE =
[]

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 Amazon Web Services account in the current Region.

Returns:

  • (Array<String>)


4270
4271
4272
4273
4274
4275
# File 'lib/aws-sdk-sesv2/types.rb', line 4270

class ListDedicatedIpPoolsResponse < Struct.new(
  :dedicated_ip_pools,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4270
4271
4272
4273
4274
4275
# File 'lib/aws-sdk-sesv2/types.rb', line 4270

class ListDedicatedIpPoolsResponse < Struct.new(
  :dedicated_ip_pools,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end