AWSS3JSONInput

Objective-C

@interface AWSS3JSONInput

Swift

class AWSS3JSONInput

Specifies JSON as object’s input serialization format.

  • The type of JSON. Valid values: Document, Lines.

    Declaration

    Objective-C

    @property (nonatomic) AWSS3JSONType types;

    Swift

    var types: AWSS3JSONType { get set }