Class: Aws::SESV2::Types::GetDedicatedIpPoolResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetDedicatedIpPoolResponse
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
The following element is returned by the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dedicated_ip_pool ⇒ Types::DedicatedIpPool
An object that contains information about a dedicated IP pool.
Instance Attribute Details
#dedicated_ip_pool ⇒ Types::DedicatedIpPool
An object that contains information about a dedicated IP pool.
3048 3049 3050 3051 3052 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3048 class GetDedicatedIpPoolResponse < Struct.new( :dedicated_ip_pool) SENSITIVE = [] include Aws::Structure end |