Class: Aws::PinpointEmail::Types::GetDedicatedIpsResponse

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_ipsArray<Types::DedicatedIp>

A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.

Returns:



1361
1362
1363
1364
1365
1366
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1361

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

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


1361
1362
1363
1364
1365
1366
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1361

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