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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#multi_lineBoolean

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

Returns:

  • (Boolean)


2392
2393
2394
2395
2396
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2392

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