AWSFirehoseHttpEndpointDescription
Objective-C
@interface AWSFirehoseHttpEndpointDescription
Swift
class AWSFirehoseHttpEndpointDescription
Describes the HTTP endpoint selected as the destination.
-
The name of the HTTP endpoint selected as the destination.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The URL of the HTTP endpoint selected as the destination.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable url;
Swift
var url: String? { get set }