OutputFormatConfiguration
public struct OutputFormatConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
Declaration
Swift
public let serializer: Serializer?
-
Undocumented
Declaration
Swift
public init(serializer: Serializer? = nil)
-
Declaration
Swift
public func validate(name: String) throws