Struct aws_sdk_glue::model::RenameField
source · #[non_exhaustive]pub struct RenameField { /* private fields */ }Expand description
Specifies a transform that renames a single data property key.
Implementations§
source§impl RenameField
impl RenameField
sourcepub fn source_path(&self) -> Option<&[String]>
pub fn source_path(&self) -> Option<&[String]>
A JSON path to a variable in the data structure for the source data.
sourcepub fn target_path(&self) -> Option<&[String]>
pub fn target_path(&self) -> Option<&[String]>
A JSON path to a variable in the data structure for the target data.
source§impl RenameField
impl RenameField
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RenameField.
Trait Implementations§
source§impl Clone for RenameField
impl Clone for RenameField
source§fn clone(&self) -> RenameField
fn clone(&self) -> RenameField
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 moresource§impl Debug for RenameField
impl Debug for RenameField
source§impl PartialEq<RenameField> for RenameField
impl PartialEq<RenameField> for RenameField
source§fn eq(&self, other: &RenameField) -> bool
fn eq(&self, other: &RenameField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.