Struct aws_sdk_quicksight::types::KpiConfiguration
source · #[non_exhaustive]pub struct KpiConfiguration { /* private fields */ }Expand description
The configuration of a KPI visual.
Implementations§
source§impl KpiConfiguration
impl KpiConfiguration
sourcepub fn field_wells(&self) -> Option<&KpiFieldWells>
pub fn field_wells(&self) -> Option<&KpiFieldWells>
The field well configuration of a KPI visual.
sourcepub fn sort_configuration(&self) -> Option<&KpiSortConfiguration>
pub fn sort_configuration(&self) -> Option<&KpiSortConfiguration>
The sort configuration of a KPI visual.
sourcepub fn kpi_options(&self) -> Option<&KpiOptions>
pub fn kpi_options(&self) -> Option<&KpiOptions>
The options that determine the presentation of a KPI visual.
source§impl KpiConfiguration
impl KpiConfiguration
sourcepub fn builder() -> KpiConfigurationBuilder
pub fn builder() -> KpiConfigurationBuilder
Creates a new builder-style object to manufacture KpiConfiguration.
Trait Implementations§
source§impl Clone for KpiConfiguration
impl Clone for KpiConfiguration
source§fn clone(&self) -> KpiConfiguration
fn clone(&self) -> KpiConfiguration
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 KpiConfiguration
impl Debug for KpiConfiguration
source§impl PartialEq<KpiConfiguration> for KpiConfiguration
impl PartialEq<KpiConfiguration> for KpiConfiguration
source§fn eq(&self, other: &KpiConfiguration) -> bool
fn eq(&self, other: &KpiConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for KpiConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for KpiConfiguration
impl Send for KpiConfiguration
impl Sync for KpiConfiguration
impl Unpin for KpiConfiguration
impl UnwindSafe for KpiConfiguration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more