pub struct JSONMappingParameters {
pub record_row_path: String,
}Expand description
For an SQL-based Amazon Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
Fields§
§record_row_path: StringThe path to the top-level parent that contains the records.
Trait Implementations§
Source§impl Clone for JSONMappingParameters
impl Clone for JSONMappingParameters
Source§fn clone(&self) -> JSONMappingParameters
fn clone(&self) -> JSONMappingParameters
Returns a duplicate 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 moreSource§impl Debug for JSONMappingParameters
impl Debug for JSONMappingParameters
Source§impl Default for JSONMappingParameters
impl Default for JSONMappingParameters
Source§fn default() -> JSONMappingParameters
fn default() -> JSONMappingParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JSONMappingParameters
impl<'de> Deserialize<'de> for JSONMappingParameters
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for JSONMappingParameters
impl PartialEq for JSONMappingParameters
Source§impl Serialize for JSONMappingParameters
impl Serialize for JSONMappingParameters
impl StructuralPartialEq for JSONMappingParameters
Auto Trait Implementations§
impl Freeze for JSONMappingParameters
impl RefUnwindSafe for JSONMappingParameters
impl Send for JSONMappingParameters
impl Sync for JSONMappingParameters
impl Unpin for JSONMappingParameters
impl UnwindSafe for JSONMappingParameters
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more