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

Class: Aws::SES::Types::UpdateAccountSendingEnabledRequest

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

Overview

Note:

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

{
  enabled: false,
}

Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

Returns:

  • (Boolean)

    Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.