class Aws::Glacier::Types::CSVOutput

Contains information about the comma-separated value (CSV) file that the job results are stored in.

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

data as a hash:

    {
      quote_fields: "ALWAYS", # accepts ALWAYS, ASNEEDED
      quote_escape_character: "string",
      record_delimiter: "string",
      field_delimiter: "string",
      quote_character: "string",
    }

@!attribute [rw] quote_fields

A value that indicates whether all output fields should be contained
within quotation marks.
@return [String]

@!attribute [rw] quote_escape_character

A single character used for escaping the quotation-mark character
inside an already escaped value.
@return [String]

@!attribute [rw] record_delimiter

A value used to separate individual records from each other.
@return [String]

@!attribute [rw] field_delimiter

A value used to separate individual fields from each other within a
record.
@return [String]

@!attribute [rw] quote_character

A value used as an escape character where the field delimiter is
part of the value.
@return [String]

Constants

SENSITIVE