Class: Aws::SES::Types::UpdateConfigurationSetSendingEnabledRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::UpdateConfigurationSetSendingEnabledRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to enable or disable the email sending capabilities for a specific configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set to update.
-
#enabled ⇒ Boolean
Describes whether email sending is enabled or disabled for the configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set to update.
5134 5135 5136 5137 5138 5139 |
# File 'lib/aws-sdk-ses/types.rb', line 5134 class UpdateConfigurationSetSendingEnabledRequest < Struct.new( :configuration_set_name, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Describes whether email sending is enabled or disabled for the configuration set.
5134 5135 5136 5137 5138 5139 |
# File 'lib/aws-sdk-ses/types.rb', line 5134 class UpdateConfigurationSetSendingEnabledRequest < Struct.new( :configuration_set_name, :enabled) SENSITIVE = [] include Aws::Structure end |