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.
5012 5013 5014 5015 5016 |
# File 'lib/aws-sdk-ses/types.rb', line 5012 class UpdateAccountSendingEnabledRequest < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |