Struct aws_sdk_quicksight::model::ColumnHierarchy
source · #[non_exhaustive]pub struct ColumnHierarchy { /* private fields */ }
Expand description
The option that determines the hierarchy of the fields for a visual element.
Implementations§
source§impl ColumnHierarchy
impl ColumnHierarchy
sourcepub fn explicit_hierarchy(&self) -> Option<&ExplicitHierarchy>
pub fn explicit_hierarchy(&self) -> Option<&ExplicitHierarchy>
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
sourcepub fn date_time_hierarchy(&self) -> Option<&DateTimeHierarchy>
pub fn date_time_hierarchy(&self) -> Option<&DateTimeHierarchy>
The option that determines the hierarchy of any DateTime
fields.
sourcepub fn predefined_hierarchy(&self) -> Option<&PredefinedHierarchy>
pub fn predefined_hierarchy(&self) -> Option<&PredefinedHierarchy>
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
source§impl ColumnHierarchy
impl ColumnHierarchy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnHierarchy
.
Trait Implementations§
source§impl Clone for ColumnHierarchy
impl Clone for ColumnHierarchy
source§fn clone(&self) -> ColumnHierarchy
fn clone(&self) -> ColumnHierarchy
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 ColumnHierarchy
impl Debug for ColumnHierarchy
source§impl PartialEq<ColumnHierarchy> for ColumnHierarchy
impl PartialEq<ColumnHierarchy> for ColumnHierarchy
source§fn eq(&self, other: &ColumnHierarchy) -> bool
fn eq(&self, other: &ColumnHierarchy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.