You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::PutDedicatedIpWarmupAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::PutDedicatedIpWarmupAttributesRequest
- Defined in:
- (unknown)
Overview
Note:
When passing PutDedicatedIpWarmupAttributesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
ip: "Ip", # required
warmup_percentage: 1, # required
}
A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.
Instance Attribute Summary collapse
-
#ip ⇒ String
The dedicated IP address that you want to update the warm-up attributes for.
-
#warmup_percentage ⇒ Integer
The warm-up percentage that you want to associate with the dedicated IP address.
Instance Attribute Details
#ip ⇒ String
The dedicated IP address that you want to update the warm-up attributes for.
#warmup_percentage ⇒ Integer
The warm-up percentage that you want to associate with the dedicated IP address.