Class: Aws::PinpointEmail::Types::PutAccountDedicatedIpWarmupAttributesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointEmail::Types::PutAccountDedicatedIpWarmupAttributesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointemail/types.rb
 
Overview
A request to enable or disable the automatic IP address warm-up feature.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_warmup_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon Pinpoint account in the current AWS Region.
 
Instance Attribute Details
#auto_warmup_enabled ⇒ Boolean
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon Pinpoint account in the current AWS Region. Set to ‘true` to enable the automatic warm-up feature, or set to `false` to disable it.
      2303 2304 2305 2306 2307  | 
    
      # File 'lib/aws-sdk-pinpointemail/types.rb', line 2303 class PutAccountDedicatedIpWarmupAttributesRequest < Struct.new( :auto_warmup_enabled) SENSITIVE = [] include Aws::Structure end  |