AWSIoTHttpUrlDestinationSummary
Objective-C
@interface AWSIoTHttpUrlDestinationSummary
Swift
class AWSIoTHttpUrlDestinationSummary
Information about an HTTP URL destination.
-
The URL used to confirm ownership of or access to the HTTP topic rule destination URL.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable confirmationUrl;
Swift
var confirmationUrl: String? { get set }