Struct aws_sdk_quicksight::types::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() -> RenameColumnOperationBuilder
pub fn builder() -> RenameColumnOperationBuilder
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 moresource§impl Debug for RenameColumnOperation
impl Debug for RenameColumnOperation
source§impl PartialEq<RenameColumnOperation> for RenameColumnOperation
impl PartialEq<RenameColumnOperation> for RenameColumnOperation
source§fn eq(&self, other: &RenameColumnOperation) -> bool
fn eq(&self, other: &RenameColumnOperation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.