Class: Aws::Glacier::Types::CSVOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_delimiterString

A value used to separate individual fields from each other within a record.

Returns:

  • (String)


203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 203

class CSVOutput < Struct.new(
  :quote_fields,
  :quote_escape_character,
  :record_delimiter,
  :field_delimiter,
  :quote_character)
  SENSITIVE = []
  include Aws::Structure
end

#quote_characterString

A value used as an escape character where the field delimiter is part of the value.

Returns:

  • (String)


203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 203

class CSVOutput < Struct.new(
  :quote_fields,
  :quote_escape_character,
  :record_delimiter,
  :field_delimiter,
  :quote_character)
  SENSITIVE = []
  include Aws::Structure
end

#quote_escape_characterString

A single character used for escaping the quotation-mark character inside an already escaped value.

Returns:

  • (String)


203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 203

class CSVOutput < Struct.new(
  :quote_fields,
  :quote_escape_character,
  :record_delimiter,
  :field_delimiter,
  :quote_character)
  SENSITIVE = []
  include Aws::Structure
end

#quote_fieldsString

A value that indicates whether all output fields should be contained within quotation marks.

Returns:

  • (String)


203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 203

class CSVOutput < Struct.new(
  :quote_fields,
  :quote_escape_character,
  :record_delimiter,
  :field_delimiter,
  :quote_character)
  SENSITIVE = []
  include Aws::Structure
end

#record_delimiterString

A value used to separate individual records from each other.

Returns:

  • (String)


203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 203

class CSVOutput < Struct.new(
  :quote_fields,
  :quote_escape_character,
  :record_delimiter,
  :field_delimiter,
  :quote_character)
  SENSITIVE = []
  include Aws::Structure
end