InputFormatConfiguration
public struct InputFormatConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
Declaration
Swift
public let deserializer: Deserializer?
-
Undocumented
Declaration
Swift
public init(deserializer: Deserializer? = nil)
-
Declaration
Swift
public func validate(name: String) throws