class Aws::Glue::Types::SerDeInfo

Information about a serialization/deserialization program (SerDe) that serves as an extractor and loader.

@note When making an API call, you may pass SerDeInfo

data as a hash:

    {
      name: "NameString",
      serialization_library: "NameString",
      parameters: {
        "KeyString" => "ParametersMapValue",
      },
    }

@!attribute [rw] name

Name of the SerDe.
@return [String]

@!attribute [rw] serialization_library

Usually the class that implements the SerDe. An example is
`org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe`.
@return [String]

@!attribute [rw] parameters

These key-value pairs define initialization parameters for the
SerDe.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SerDeInfo AWS API Documentation

Constants

SENSITIVE