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