AWSIoTGetTopicRuleDestinationResponse
Objective-C
@interface AWSIoTGetTopicRuleDestinationResponse
Swift
class AWSIoTGetTopicRuleDestinationResponse
-
The topic rule destination.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTTopicRuleDestination *_Nullable topicRuleDestination;
Swift
var topicRuleDestination: AWSIoTTopicRuleDestination? { get set }