You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::JSONOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing JSONOutput as input to an Aws::Client method, you can use a vanilla Hash:

{
  record_delimiter: "RecordDelimiter",
}

Specifies JSON as request's output serialization format.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#record_delimiterString

The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character (\'\n\').

Returns:

  • (String)

    The value used to separate individual records in the output.