Class: Aws::PinpointEmail::Types::PutDedicatedIpWarmupAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::PutDedicatedIpWarmupAttributesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/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.
2513 2514 2515 2516 2517 2518 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 2513 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.
2513 2514 2515 2516 2517 2518 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 2513 class PutDedicatedIpWarmupAttributesRequest < Struct.new( :ip, :warmup_percentage) SENSITIVE = [] include Aws::Structure end |