Class: Aws::Glacier::Types::CSVInput

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 to select from.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentsString

A single character used to indicate that a row should be ignored when the character is present at the start of that row.

Returns:

  • (String)


165
166
167
168
169
170
171
172
173
174
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 165

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

#field_delimiterString

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

Returns:

  • (String)


165
166
167
168
169
170
171
172
173
174
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 165

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

#file_header_infoString

Describes the first line of input. Valid values are None, Ignore, and Use.

Returns:

  • (String)


165
166
167
168
169
170
171
172
173
174
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 165

class CSVInput < Struct.new(
  :file_header_info,
  :comments,
  :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)


165
166
167
168
169
170
171
172
173
174
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 165

class CSVInput < Struct.new(
  :file_header_info,
  :comments,
  :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)


165
166
167
168
169
170
171
172
173
174
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 165

class CSVInput < Struct.new(
  :file_header_info,
  :comments,
  :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)


165
166
167
168
169
170
171
172
173
174
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 165

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