class Aws::Glacier::Types::CSVInput

Contains information about the comma-separated value (CSV) file to select from.

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

data as a hash:

    {
      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] file_header_info

Describes the first line of input. Valid values are `None`,
`Ignore`, and `Use`.
@return [String]

@!attribute [rw] comments

A single character used to indicate that a row should be ignored
when the character is present at the start of that row.
@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