AWSFirehosePutRecordBatchInput
Objective-C
@interface AWSFirehosePutRecordBatchInput
Swift
class AWSFirehosePutRecordBatchInput
-
The name of the delivery stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deliveryStreamName;Swift
var deliveryStreamName: String? { get set } -
One or more records.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSFirehoseRecord *> *_Nullable records;Swift
var records: [AWSFirehoseRecord]? { get set }
View on GitHub
Install in Dash
AWSFirehosePutRecordBatchInput Class Reference