Class: Aws::PinpointEmail::Types::DeleteDedicatedIpPoolRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointEmail::Types::DeleteDedicatedIpPoolRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointemail/types.rb
 
Overview
A request to delete a dedicated IP pool.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pool_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the dedicated IP pool that you want to delete.
 
Instance Attribute Details
#pool_name ⇒ String
The name of the dedicated IP pool that you want to delete.
      537 538 539 540 541  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 537 class DeleteDedicatedIpPoolRequest < Struct.new( :pool_name) SENSITIVE = [] include Aws::Structure end  |