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

Class: Aws::GlueDataBrew::Types::JsonOptions

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

Overview

Note:

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

{
  multi_line: false,
}

Represents the JSON-specific options that define how input is to be interpreted by AWS Glue DataBrew.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#multi_lineBoolean

A value that specifies whether JSON input contains embedded new line characters.

Returns:

  • (Boolean)

    A value that specifies whether JSON input contains embedded new line characters.