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

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

Overview

Note:

When making an API call, you may pass UpdateAccountSendingEnabledRequest data as a 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)


5274
5275
5276
5277
# File 'lib/aws-sdk-ses/types.rb', line 5274

class UpdateAccountSendingEnabledRequest < Struct.new(
  :enabled)
  include Aws::Structure
end