Struct aws_sdk_quicksight::model::ColumnGroup
source · #[non_exhaustive]pub struct ColumnGroup { /* private fields */ }Expand description
Groupings of columns that work together in certain Amazon QuickSight features. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
Implementations§
source§impl ColumnGroup
impl ColumnGroup
sourcepub fn geo_spatial_column_group(&self) -> Option<&GeoSpatialColumnGroup>
pub fn geo_spatial_column_group(&self) -> Option<&GeoSpatialColumnGroup>
Geospatial column group that denotes a hierarchy.
source§impl ColumnGroup
impl ColumnGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnGroup.
Trait Implementations§
source§impl Clone for ColumnGroup
impl Clone for ColumnGroup
source§fn clone(&self) -> ColumnGroup
fn clone(&self) -> ColumnGroup
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