AWSFirehoseHttpEndpointCommonAttribute
Objective-C
@interface AWSFirehoseHttpEndpointCommonAttribute
Swift
class AWSFirehoseHttpEndpointCommonAttribute
Describes the metadata that’s delivered to the specified HTTP endpoint destination.
Required parameters: [AttributeName, AttributeValue]
-
The name of the HTTP endpoint common attribute.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeName;
Swift
var attributeName: String? { get set }
-
The value of the HTTP endpoint common attribute.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeValue;
Swift
var attributeValue: String? { get set }