class Aws::S3::Types::OutputSerialization

Describes how results of the Select job are serialized.

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

data as a hash:

    {
      csv: {
        quote_fields: "ALWAYS", # accepts ALWAYS, ASNEEDED
        quote_escape_character: "QuoteEscapeCharacter",
        record_delimiter: "RecordDelimiter",
        field_delimiter: "FieldDelimiter",
        quote_character: "QuoteCharacter",
      },
      json: {
        record_delimiter: "RecordDelimiter",
      },
    }

@!attribute [rw] csv

Describes the serialization of CSV-encoded Select results.
@return [Types::CSVOutput]

@!attribute [rw] json

Specifies JSON as request's output serialization format.
@return [Types::JSONOutput]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/OutputSerialization AWS API Documentation

Constants

SENSITIVE