Class: Aws::SESV2::Types::GetDedicatedIpsRequest

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

Overview

A request to obtain more information about dedicated IP pools.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token returned from a previous call to GetDedicatedIps to indicate the position of the dedicated IP pool in the list of IP pools.

Returns:

  • (String)


3068
3069
3070
3071
3072
3073
3074
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3068

class GetDedicatedIpsRequest < Struct.new(
  :pool_name,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The number of results to show in a single call to GetDedicatedIpsRequest. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

Returns:

  • (Integer)


3068
3069
3070
3071
3072
3073
3074
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3068

class GetDedicatedIpsRequest < Struct.new(
  :pool_name,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#pool_nameString

The name of the IP pool that the dedicated IP address is associated with.

Returns:

  • (String)


3068
3069
3070
3071
3072
3073
3074
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3068

class GetDedicatedIpsRequest < Struct.new(
  :pool_name,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end