AWSSESDescribeConfigurationSetRequest
Objective-C
@interface AWSSESDescribeConfigurationSetRequest
Swift
class AWSSESDescribeConfigurationSetRequest
Represents a request to return the details of 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]
-
A list of configuration set attributes to return.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable configurationSetAttributeNames;
Swift
var configurationSetAttributeNames: [String]? { get set }
-
The name of the configuration set to describe.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable configurationSetName;
Swift
var configurationSetName: String? { get set }