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.
      3653 3654 3655 3656 3657  | 
    
      # File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3653 class GetDedicatedIpPoolResponse < Struct.new( :dedicated_ip_pool) SENSITIVE = [] include Aws::Structure end  |