AWSIoTGetTopicRuleResponse

Objective-C

@interface AWSIoTGetTopicRuleResponse

Swift

class AWSIoTGetTopicRuleResponse

The output from the GetTopicRule operation.

  • The rule.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTTopicRule *_Nullable rule;

    Swift

    var rule: AWSIoTTopicRule? { get set }
  • The rule ARN.

    Declaration

    Objective-C

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

    Swift

    var ruleArn: String? { get set }