Struct aws_sdk_databrew::model::JsonOptions
source · #[non_exhaustive]pub struct JsonOptions { /* private fields */ }
Expand description
Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.
Implementations§
source§impl JsonOptions
impl JsonOptions
sourcepub fn multi_line(&self) -> bool
pub fn multi_line(&self) -> bool
A value that specifies whether JSON input contains embedded new line characters.
source§impl JsonOptions
impl JsonOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JsonOptions
.
Trait Implementations§
source§impl Clone for JsonOptions
impl Clone for JsonOptions
source§fn clone(&self) -> JsonOptions
fn clone(&self) -> JsonOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more