Class: Aws::GlueDataBrew::Types::JsonOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::JsonOptions
- Includes:
- Structure
- Defined in:
- 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
-
#multi_line ⇒ Boolean
A value that specifies whether JSON input contains embedded new line characters.
Instance Attribute Details
#multi_line ⇒ Boolean
A value that specifies whether JSON input contains embedded new line characters.
2392 2393 2394 2395 2396 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2392 class JsonOptions < Struct.new( :multi_line) SENSITIVE = [] include Aws::Structure end |