AWSSESUpdateConfigurationSetSendingEnabledRequest

Objective-C

@interface AWSSESUpdateConfigurationSetSendingEnabledRequest

Swift

class AWSSESUpdateConfigurationSetSendingEnabledRequest

Represents a request to enable or disable the email sending capabilities for a specific configuration set.

Required parameters: [ConfigurationSetName, Enabled]

  • The name of the configuration set to update.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable configurationSetName;

    Swift

    var configurationSetName: String? { get set }
  • Describes whether email sending is enabled or disabled for the configuration set.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }