Get Topic Rule Destination Result
data class GetTopicRuleDestinationResult(val arn: String? = null, val status: TopicRuleDestinationStatus? = null, val statusReason: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, status: TopicRuleDestinationStatus? = null, statusReason: String? = null)