You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::PutAccountDedicatedIpWarmupAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::PutAccountDedicatedIpWarmupAttributesRequest
- Defined in:
- (unknown)
Overview
Note:
When passing PutAccountDedicatedIpWarmupAttributesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
auto_warmup_enabled: false,
}
A request to enable or disable the automatic IP address warm-up feature.
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 SES 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 SES account in the
current AWS Region. Set to true
to enable the automatic warm-up
feature, or set to false
to disable it.