class Aws::Glacier::Types::InputSerialization

Describes how the archive is serialized.

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

data as a hash:

    {
      csv: {
        file_header_info: "USE", # accepts USE, IGNORE, NONE
        comments: "string",
        quote_escape_character: "string",
        record_delimiter: "string",
        field_delimiter: "string",
        quote_character: "string",
      },
    }

@!attribute [rw] csv

Describes the serialization of a CSV-encoded object.
@return [Types::CSVInput]

Constants

SENSITIVE