Class: Aws::SESV2::Types::GetDedicatedIpPoolResponse

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

Overview

The following element is returned by the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_ip_poolTypes::DedicatedIpPool

An object that contains information about a dedicated IP pool.



3040
3041
3042
3043
3044
# File 'lib/aws-sdk-sesv2/types.rb', line 3040

class GetDedicatedIpPoolResponse < Struct.new(
  :dedicated_ip_pool)
  SENSITIVE = []
  include Aws::Structure
end