Struct aws_sdk_quicksight::types::PredefinedHierarchy
source · #[non_exhaustive]pub struct PredefinedHierarchy { /* private fields */ }
Expand description
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.
Implementations§
source§impl PredefinedHierarchy
impl PredefinedHierarchy
sourcepub fn hierarchy_id(&self) -> Option<&str>
pub fn hierarchy_id(&self) -> Option<&str>
The hierarchy ID of the predefined hierarchy.
sourcepub fn columns(&self) -> Option<&[ColumnIdentifier]>
pub fn columns(&self) -> Option<&[ColumnIdentifier]>
The list of columns that define the predefined hierarchy.
sourcepub fn drill_down_filters(&self) -> Option<&[DrillDownFilter]>
pub fn drill_down_filters(&self) -> Option<&[DrillDownFilter]>
The option that determines the drill down filters for the predefined hierarchy.
source§impl PredefinedHierarchy
impl PredefinedHierarchy
sourcepub fn builder() -> PredefinedHierarchyBuilder
pub fn builder() -> PredefinedHierarchyBuilder
Creates a new builder-style object to manufacture PredefinedHierarchy
.
Trait Implementations§
source§impl Clone for PredefinedHierarchy
impl Clone for PredefinedHierarchy
source§fn clone(&self) -> PredefinedHierarchy
fn clone(&self) -> PredefinedHierarchy
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 PredefinedHierarchy
impl Debug for PredefinedHierarchy
source§impl PartialEq<PredefinedHierarchy> for PredefinedHierarchy
impl PartialEq<PredefinedHierarchy> for PredefinedHierarchy
source§fn eq(&self, other: &PredefinedHierarchy) -> bool
fn eq(&self, other: &PredefinedHierarchy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.