Class: Aws::S3::Types::JSONOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::JSONOutput
- 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.
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.
5885 5886 5887 5888 |
# File 'lib/aws-sdk-s3/types.rb', line 5885 class JSONOutput < Struct.new( :record_delimiter) include Aws::Structure end |