Struct aws_sdk_quicksight::model::GaugeChartVisual
source · #[non_exhaustive]pub struct GaugeChartVisual { /* private fields */ }
Expand description
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide.
Implementations§
source§impl GaugeChartVisual
impl GaugeChartVisual
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<&GaugeChartConfiguration>
pub fn chart_configuration(&self) -> Option<&GaugeChartConfiguration>
The configuration of a GaugeChartVisual
.
sourcepub fn conditional_formatting(&self) -> Option<&GaugeChartConditionalFormatting>
pub fn conditional_formatting(&self) -> Option<&GaugeChartConditionalFormatting>
The conditional formatting of a GaugeChartVisual
.
sourcepub fn actions(&self) -> Option<&[VisualCustomAction]>
pub fn actions(&self) -> Option<&[VisualCustomAction]>
The list of custom actions that are configured for a visual.
source§impl GaugeChartVisual
impl GaugeChartVisual
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GaugeChartVisual
.
Trait Implementations§
source§impl Clone for GaugeChartVisual
impl Clone for GaugeChartVisual
source§fn clone(&self) -> GaugeChartVisual
fn clone(&self) -> GaugeChartVisual
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 GaugeChartVisual
impl Debug for GaugeChartVisual
source§impl PartialEq<GaugeChartVisual> for GaugeChartVisual
impl PartialEq<GaugeChartVisual> for GaugeChartVisual
source§fn eq(&self, other: &GaugeChartVisual) -> bool
fn eq(&self, other: &GaugeChartVisual) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.