AWSIoTListTopicRulesResponse

Objective-C

@interface AWSIoTListTopicRulesResponse

Swift

class AWSIoTListTopicRulesResponse

The output from the ListTopicRules operation.

  • The token to use to get the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The rules.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTTopicRuleListItem *> *_Nullable rules;

    Swift

    var rules: [AWSIoTTopicRuleListItem]? { get set }