Class: Aws::PinpointEmail::Types::PutDedicatedIpWarmupAttributesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/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

Instance Attribute Details

#ipString

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

Returns:

  • (String)


2513
2514
2515
2516
2517
2518
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 2513

class PutDedicatedIpWarmupAttributesRequest < Struct.new(
  :ip,
  :warmup_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#warmup_percentageInteger

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

Returns:

  • (Integer)


2513
2514
2515
2516
2517
2518
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 2513

class PutDedicatedIpWarmupAttributesRequest < Struct.new(
  :ip,
  :warmup_percentage)
  SENSITIVE = []
  include Aws::Structure
end