class AmazonS3::CSVInputStruct
- AmazonS3::CSVInputStruct
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #allow_quoted_record_delimiter : Bool | Nil
- #allow_quoted_record_delimiter=(allow_quoted_record_delimiter : Bool | Nil)
- #comments : String | Nil
- #comments=(comments : String | Nil)
- #field_delimiter : String | Nil
- #field_delimiter=(field_delimiter : String | Nil)
- #file_header_info : String | Nil
- #file_header_info=(file_header_info : String | Nil)
- #quote_character : String | Nil
- #quote_character=(quote_character : String | Nil)
- #quote_escape_character : String | Nil
- #quote_escape_character=(quote_escape_character : String | Nil)
- #record_delimiter : String | Nil
- #record_delimiter=(record_delimiter : String | Nil)
Instance methods inherited from module AWSSdk::RestXML::Structure
process(request : HTTP::Request)
process,
serialize(xml : XML::Builder)
serialize
Constructor Detail
def self.new(file_header_info : String = nil, comments : String = nil, quote_escape_character : String = nil, record_delimiter : String = nil, field_delimiter : String = nil, quote_character : String = nil, allow_quoted_record_delimiter : Bool = nil)
#