AWSIoTConfirmTopicRuleDestinationRequest
Objective-C
@interface AWSIoTConfirmTopicRuleDestinationRequest
Swift
class AWSIoTConfirmTopicRuleDestinationRequest
-
The token used to confirm ownership or access to the topic rule confirmation URL.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable confirmationToken;
Swift
var confirmationToken: String? { get set }