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