AWSSESDeleteConfigurationSetRequest
Objective-C
@interface AWSSESDeleteConfigurationSetRequest
Swift
class AWSSESDeleteConfigurationSetRequest
Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Required parameters: [ConfigurationSetName]
-
The name of the configuration set to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable configurationSetName;
Swift
var configurationSetName: String? { get set }