Class: Aws::SES::Types::UpdateAccountSendingEnabledRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::UpdateAccountSendingEnabledRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.
Instance Attribute Details
#enabled ⇒ Boolean
Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.
5059 5060 5061 5062 5063 |
# File 'lib/aws-sdk-ses/types.rb', line 5059 class UpdateAccountSendingEnabledRequest < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |