Struct aws_sdk_quicksight::model::RenameColumnOperation
source · #[non_exhaustive]pub struct RenameColumnOperation { /* private fields */ }Expand description
A transform operation that renames a column.
Implementations§
source§impl RenameColumnOperation
impl RenameColumnOperation
sourcepub fn column_name(&self) -> Option<&str>
pub fn column_name(&self) -> Option<&str>
The name of the column to be renamed.
sourcepub fn new_column_name(&self) -> Option<&str>
pub fn new_column_name(&self) -> Option<&str>
The new name for the column.
source§impl RenameColumnOperation
impl RenameColumnOperation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RenameColumnOperation.
Trait Implementations§
source§impl Clone for RenameColumnOperation
impl Clone for RenameColumnOperation
source§fn clone(&self) -> RenameColumnOperation
fn clone(&self) -> RenameColumnOperation
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