Struct aws_sdk_quicksight::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.