Struct aws_sdk_quicksight::model::InsightVisual
source · #[non_exhaustive]pub struct InsightVisual { /* private fields */ }
Expand description
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide.
Implementations§
source§impl InsightVisual
impl InsightVisual
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 insight_configuration(&self) -> Option<&InsightConfiguration>
pub fn insight_configuration(&self) -> Option<&InsightConfiguration>
The configuration of an insight 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 data_set_identifier(&self) -> Option<&str>
pub fn data_set_identifier(&self) -> Option<&str>
The dataset that is used in the insight visual.
source§impl InsightVisual
impl InsightVisual
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InsightVisual
.
Trait Implementations§
source§impl Clone for InsightVisual
impl Clone for InsightVisual
source§fn clone(&self) -> InsightVisual
fn clone(&self) -> InsightVisual
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 InsightVisual
impl Debug for InsightVisual
source§impl PartialEq<InsightVisual> for InsightVisual
impl PartialEq<InsightVisual> for InsightVisual
source§fn eq(&self, other: &InsightVisual) -> bool
fn eq(&self, other: &InsightVisual) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.