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
- Struct
- Aws::S3::Types::JSONOutput
- 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
-
#record_delimiter ⇒ String
The value used to separate individual records in the output.
Instance Attribute Details
#record_delimiter ⇒ String
The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character (\'\n\').