Class: Aws::SESV2::Types::PutDedicatedIpWarmupAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::PutDedicatedIpWarmupAttributesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
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.
5742 5743 5744 5745 5746 5747 |
# File 'lib/aws-sdk-sesv2/types.rb', line 5742 class PutDedicatedIpWarmupAttributesRequest < Struct.new( :ip, :warmup_percentage) SENSITIVE = [] include Aws::Structure end |
#warmup_percentage ⇒ Integer
The warm-up percentage that you want to associate with the dedicated IP address.
5742 5743 5744 5745 5746 5747 |
# File 'lib/aws-sdk-sesv2/types.rb', line 5742 class PutDedicatedIpWarmupAttributesRequest < Struct.new( :ip, :warmup_percentage) SENSITIVE = [] include Aws::Structure end |