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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Note:

When making an API call, you may pass JSONOutput data as a hash:

{
  record_delimiter: "RecordDelimiter",
}

Specifies JSON as request’s output serialization format.

Constant Summary collapse

SENSITIVE =
[]

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)


8079
8080
8081
8082
8083
# File 'lib/aws-sdk-s3/types.rb', line 8079

class JSONOutput < Struct.new(
  :record_delimiter)
  SENSITIVE = []
  include Aws::Structure
end