You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::PutAccountSendingAttributesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutAccountSendingAttributesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  sending_enabled: false,
}

A request to change the ability of your account to send email.

Instance Attribute Summary collapse

Instance Attribute Details

#sending_enabledBoolean

Enables or disables your account\'s ability to send email. Set to true to enable email sending, or set to false to disable email sending.

If AWS paused your account\'s ability to send email, you can\'t use this operation to resume your account\'s ability to send email.

Returns:

  • (Boolean)

    Enables or disables your account\'s ability to send email.