AWSIoTDeleteTopicRuleRequest
Objective-C
@interface AWSIoTDeleteTopicRuleRequest
Swift
class AWSIoTDeleteTopicRuleRequest
The input for the DeleteTopicRule operation.
Required parameters: [ruleName]
-
The name of the rule.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleName;
Swift
var ruleName: String? { get set }