AWSSESDescribeReceiptRuleResponse
Objective-C
@interface AWSSESDescribeReceiptRuleResponse
Swift
class AWSSESDescribeReceiptRuleResponse
Represents the details of a receipt rule.
-
A data structure that contains the specified receipt rule’s name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
Declaration
Objective-C
@property (nonatomic, strong) AWSSESReceiptRule *_Nullable rule;
Swift
var rule: AWSSESReceiptRule? { get set }