Class: Aws::PinpointEmail::Types::ListDedicatedIpPoolsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/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 Pinpoint account.

Returns:

  • (Array<String>)


1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1864

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)


1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1864

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