GetTopicRuleResponse constructor

GetTopicRuleResponse({
  1. TopicRule? rule,
  2. String? ruleArn,
})

Implementation

GetTopicRuleResponse({
  this.rule,
  this.ruleArn,
});