Struct aws_sdk_quicksight::model::SecondaryValueOptions
source · #[non_exhaustive]pub struct SecondaryValueOptions { /* private fields */ }
Expand description
The options that determine the presentation of the secondary value of a KPI visual.
Implementations§
source§impl SecondaryValueOptions
impl SecondaryValueOptions
sourcepub fn visibility(&self) -> Option<&Visibility>
pub fn visibility(&self) -> Option<&Visibility>
Determines the visibility of the secondary value.
source§impl SecondaryValueOptions
impl SecondaryValueOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SecondaryValueOptions
.
Trait Implementations§
source§impl Clone for SecondaryValueOptions
impl Clone for SecondaryValueOptions
source§fn clone(&self) -> SecondaryValueOptions
fn clone(&self) -> SecondaryValueOptions
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 SecondaryValueOptions
impl Debug for SecondaryValueOptions
source§impl PartialEq<SecondaryValueOptions> for SecondaryValueOptions
impl PartialEq<SecondaryValueOptions> for SecondaryValueOptions
source§fn eq(&self, other: &SecondaryValueOptions) -> bool
fn eq(&self, other: &SecondaryValueOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.