GetTopicRuleDestinationResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Amazon Resource Name (ARN).

Link copied to clipboard

The status of the TopicRuleDestination.

Link copied to clipboard
val statusReason: String? = null

The reasoning for the current status of the TopicRuleDestination.