You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::GetDedicatedIpsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the dedicated IP addresses that are associated with your AWS account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_ipsArray<Types::DedicatedIp>

A list of dedicated IP addresses that are associated with your AWS account.

Returns:

  • (Array<Types::DedicatedIp>)

    A list of dedicated IP addresses that are associated with your AWS account.

#next_tokenString

A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.

Returns:

  • (String)

    A token that indicates that there are additional dedicated IP addresses to list.