AWSIoTListTopicRulesRequest

Objective-C

@interface AWSIoTListTopicRulesRequest

Swift

class AWSIoTListTopicRulesRequest

The input for the ListTopicRules operation.

  • The maximum number of results to return.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • Specifies whether the rule is disabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable ruleDisabled;

    Swift

    var ruleDisabled: NSNumber? { get set }
  • The topic.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable topic;

    Swift

    var topic: String? { get set }