Struct aws_sdk_quicksight::model::TooltipOptions
source · #[non_exhaustive]pub struct TooltipOptions { /* private fields */ }
Expand description
The display options for the visual tooltip.
Implementations§
source§impl TooltipOptions
impl TooltipOptions
sourcepub fn tooltip_visibility(&self) -> Option<&Visibility>
pub fn tooltip_visibility(&self) -> Option<&Visibility>
Determines whether or not the tooltip is visible.
sourcepub fn selected_tooltip_type(&self) -> Option<&SelectedTooltipType>
pub fn selected_tooltip_type(&self) -> Option<&SelectedTooltipType>
The selected type for the tooltip. Choose one of the following options:
-
BASIC
: A basic tooltip. -
DETAILED
: A detailed tooltip.
sourcepub fn field_based_tooltip(&self) -> Option<&FieldBasedTooltip>
pub fn field_based_tooltip(&self) -> Option<&FieldBasedTooltip>
The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.
source§impl TooltipOptions
impl TooltipOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TooltipOptions
.
Trait Implementations§
source§impl Clone for TooltipOptions
impl Clone for TooltipOptions
source§fn clone(&self) -> TooltipOptions
fn clone(&self) -> TooltipOptions
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 TooltipOptions
impl Debug for TooltipOptions
source§impl PartialEq<TooltipOptions> for TooltipOptions
impl PartialEq<TooltipOptions> for TooltipOptions
source§fn eq(&self, other: &TooltipOptions) -> bool
fn eq(&self, other: &TooltipOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.