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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_ipsArray<Types::DedicatedIp>

A list of dedicated IP addresses that are associated with your Amazon Web Services account.

Returns:



3072
3073
3074
3075
3076
3077
# File 'lib/aws-sdk-sesv2/types.rb', line 3072

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)


3072
3073
3074
3075
3076
3077
# File 'lib/aws-sdk-sesv2/types.rb', line 3072

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