Class: Aws::SESV2::Types::PutAccountDedicatedIpWarmupAttributesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/types.rb

Overview

A request to enable or disable the automatic IP address warm-up feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_warmup_enabledBoolean

Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon SES account in the current Amazon Web Services Region. Set to ‘true` to enable the automatic warm-up feature, or set to `false` to disable it.

Returns:

  • (Boolean)


5312
5313
5314
5315
5316
# File 'lib/aws-sdk-sesv2/types.rb', line 5312

class PutAccountDedicatedIpWarmupAttributesRequest < Struct.new(
  :auto_warmup_enabled)
  SENSITIVE = []
  include Aws::Structure
end