AWSFirehosePutRecordBatchOutput
Objective-C
@interface AWSFirehosePutRecordBatchOutput
Swift
class AWSFirehosePutRecordBatchOutput
-
Indicates whether server-side encryption (SSE) was enabled during this operation.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable encrypted;
Swift
var encrypted: NSNumber? { get set }
-
The number of records that might have failed processing. This number might be greater than 0 even if the PutRecordBatch call succeeds. Check
FailedPutCount
to determine whether there are records that you need to resend.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable failedPutCount;
Swift
var failedPutCount: NSNumber? { get set }
-
The results array. For each record, the index of the response element is the same as the index used in the request array.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSFirehosePutRecordBatchResponseEntry *> *_Nullable requestResponses;
Swift
var requestResponses: [AWSFirehosePutRecordBatchResponseEntry]? { get set }