Class: Aws::PinpointSMSVoiceV2::Types::DeletePoolRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DeletePoolRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The PoolId or PoolArn of the pool to delete.
 
Instance Attribute Details
#pool_id ⇒ String
The PoolId or PoolArn of the pool to delete. You can use DescribePools to find the values for PoolId and PoolArn .
      1519 1520 1521 1522 1523  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1519 class DeletePoolRequest < Struct.new( :pool_id) SENSITIVE = [] include Aws::Structure end  |