AWSFirehosePutRecordOutput

Objective-C

@interface AWSFirehosePutRecordOutput

Swift

class AWSFirehosePutRecordOutput
  • 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 ID of the record.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable recordId;

    Swift

    var recordId: String? { get set }