AWSS3RecordsEvent

Objective-C

@interface AWSS3RecordsEvent

Swift

class AWSS3RecordsEvent

The container for the records event.

  • The byte array of partial, one or more result records.

    Declaration

    Objective-C

    @property (nonatomic, strong) id _Nullable payload;

    Swift

    var payload: Any? { get set }