AWSS3OutputSerialization
Objective-C
@interface AWSS3OutputSerialization
Swift
class AWSS3OutputSerialization
Describes how results of the Select job are serialized.
-
Describes the serialization of CSV-encoded Select results.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3CSVOutput *_Nullable CSV;
Swift
var csv: AWSS3CSVOutput? { get set }
-
Specifies JSON as request’s output serialization format.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3JSONOutput *_Nullable JSON;
Swift
var json: AWSS3JSONOutput? { get set }