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
show all
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

Instance Attribute Details

#ipString

The dedicated IP address that you want to update the warm-up attributes for.

Returns:

  • (String)

    The dedicated IP address that you want to update the warm-up attributes for.

#warmup_percentageInteger

The warm-up percentage that you want to associate with the dedicated IP address.

Returns:

  • (Integer)

    The warm-up percentage that you want to associate with the dedicated IP address.