Struct aws_sdk_quicksight::model::TagColumnOperation
source · #[non_exhaustive]pub struct TagColumnOperation { /* private fields */ }Expand description
A transform operation that tags a column with additional information.
Implementations§
source§impl TagColumnOperation
impl TagColumnOperation
sourcepub fn column_name(&self) -> Option<&str>
pub fn column_name(&self) -> Option<&str>
The column that this operation acts on.
The dataset column tag, currently only used for geospatial type tagging.
This is not tags for the Amazon Web Services tagging feature.
source§impl TagColumnOperation
impl TagColumnOperation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagColumnOperation.
Trait Implementations§
source§impl Clone for TagColumnOperation
impl Clone for TagColumnOperation
source§fn clone(&self) -> TagColumnOperation
fn clone(&self) -> TagColumnOperation
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