class Aws::SESV2::Types::PutDedicatedIpWarmupAttributesRequest

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.

@note When making an API call, you may pass PutDedicatedIpWarmupAttributesRequest

data as a hash:

    {
      ip: "Ip", # required
      warmup_percentage: 1, # required
    }

@!attribute [rw] ip

The dedicated IP address that you want to update the warm-up
attributes for.
@return [String]

@!attribute [rw] warmup_percentage

The warm-up percentage that you want to associate with the dedicated
IP address.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutDedicatedIpWarmupAttributesRequest AWS API Documentation

Constants

SENSITIVE