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
- Struct
- Aws::SESV2::Types::GetDedicatedIpsResponse
- Defined in:
- (unknown)
Overview
Information about the dedicated IP addresses that are associated with your AWS account.
Returned by:
Instance Attribute Summary collapse
-
#dedicated_ips ⇒ Array<Types::DedicatedIp>
A list of dedicated IP addresses that are associated with your AWS account.
-
#next_token ⇒ String
A token that indicates that there are additional dedicated IP addresses to list.
Instance Attribute Details
#dedicated_ips ⇒ Array<Types::DedicatedIp>
A list of dedicated IP addresses that are associated with your AWS account.
#next_token ⇒ String
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.