Struct aws_sdk_quicksight::model::TagColumnOperation [−][src]
#[non_exhaustive]pub struct TagColumnOperation {
pub column_name: Option<String>,
pub tags: Option<Vec<ColumnTag>>,
}
Expand description
A transform operation that tags a column with additional information.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.column_name: Option<String>
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.
Implementations
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.
Creates a new builder-style object to manufacture TagColumnOperation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TagColumnOperation
impl Send for TagColumnOperation
impl Sync for TagColumnOperation
impl Unpin for TagColumnOperation
impl UnwindSafe for TagColumnOperation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more