AWSSESDeleteConfigurationSetTrackingOptionsRequest
Objective-C
@interface AWSSESDeleteConfigurationSetTrackingOptionsRequest
Swift
class AWSSESDeleteConfigurationSetTrackingOptionsRequest
Represents a request to delete open and click tracking options in a configuration set.
Required parameters: [ConfigurationSetName]
-
The name of the configuration set.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable configurationSetName;
Swift
var configurationSetName: String? { get set }