Struct aws_sdk_quicksight::model::KpiVisual
source · #[non_exhaustive]pub struct KpiVisual { /* private fields */ }
Expand description
A key performance indicator (KPI).
For more information, see Using KPIs in the Amazon QuickSight User Guide.
Implementations§
source§impl KpiVisual
impl KpiVisual
sourcepub fn visual_id(&self) -> Option<&str>
pub fn visual_id(&self) -> Option<&str>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
sourcepub fn title(&self) -> Option<&VisualTitleLabelOptions>
pub fn title(&self) -> Option<&VisualTitleLabelOptions>
The title that is displayed on the visual.
sourcepub fn subtitle(&self) -> Option<&VisualSubtitleLabelOptions>
pub fn subtitle(&self) -> Option<&VisualSubtitleLabelOptions>
The subtitle that is displayed on the visual.
sourcepub fn chart_configuration(&self) -> Option<&KpiConfiguration>
pub fn chart_configuration(&self) -> Option<&KpiConfiguration>
The configuration of a KPI visual.
sourcepub fn conditional_formatting(&self) -> Option<&KpiConditionalFormatting>
pub fn conditional_formatting(&self) -> Option<&KpiConditionalFormatting>
The conditional formatting of a KPI visual.
sourcepub fn actions(&self) -> Option<&[VisualCustomAction]>
pub fn actions(&self) -> Option<&[VisualCustomAction]>
The list of custom actions that are configured for a visual.
sourcepub fn column_hierarchies(&self) -> Option<&[ColumnHierarchy]>
pub fn column_hierarchies(&self) -> Option<&[ColumnHierarchy]>
The column hierarchy that is used during drill-downs and drill-ups.