Class: Aws::PinpointEmail::Types::CreateDedicatedIpPoolRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointEmail::Types::CreateDedicatedIpPoolRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointemail/types.rb
 
Overview
A request to create a new dedicated IP pool.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pool_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the dedicated IP pool.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that defines the tags (keys and values) that you want to associate with the pool.
 
Instance Attribute Details
#pool_name ⇒ String
The name of the dedicated IP pool.
      272 273 274 275 276 277  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 272 class CreateDedicatedIpPoolRequest < Struct.new( :pool_name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
An object that defines the tags (keys and values) that you want to associate with the pool.
      272 273 274 275 276 277  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 272 class CreateDedicatedIpPoolRequest < Struct.new( :pool_name, :tags) SENSITIVE = [] include Aws::Structure end  |