Struct aws_sdk_quicksight::model::ColumnTag
source · #[non_exhaustive]pub struct ColumnTag { /* private fields */ }
Expand description
A tag for a column in a TagColumnOperation
structure. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
Implementations§
source§impl ColumnTag
impl ColumnTag
sourcepub fn column_geographic_role(&self) -> Option<&GeoSpatialDataRole>
pub fn column_geographic_role(&self) -> Option<&GeoSpatialDataRole>
A geospatial role for a column.
sourcepub fn column_description(&self) -> Option<&ColumnDescription>
pub fn column_description(&self) -> Option<&ColumnDescription>
A description for a column.