Struct aws_sdk_quicksight::model::ReferenceLine
source · #[non_exhaustive]pub struct ReferenceLine { /* private fields */ }
Expand description
The reference line visual display options.
Implementations§
source§impl ReferenceLine
impl ReferenceLine
sourcepub fn status(&self) -> Option<&WidgetStatus>
pub fn status(&self) -> Option<&WidgetStatus>
The status of the reference line. Choose one of the following options:
-
ENABLE
-
DISABLE
sourcepub fn data_configuration(&self) -> Option<&ReferenceLineDataConfiguration>
pub fn data_configuration(&self) -> Option<&ReferenceLineDataConfiguration>
The data configuration of the reference line.
sourcepub fn style_configuration(&self) -> Option<&ReferenceLineStyleConfiguration>
pub fn style_configuration(&self) -> Option<&ReferenceLineStyleConfiguration>
The style configuration of the reference line.
sourcepub fn label_configuration(&self) -> Option<&ReferenceLineLabelConfiguration>
pub fn label_configuration(&self) -> Option<&ReferenceLineLabelConfiguration>
The label configuration of the reference line.
source§impl ReferenceLine
impl ReferenceLine
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReferenceLine
.
Trait Implementations§
source§impl Clone for ReferenceLine
impl Clone for ReferenceLine
source§fn clone(&self) -> ReferenceLine
fn clone(&self) -> ReferenceLine
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 ReferenceLine
impl Debug for ReferenceLine
source§impl PartialEq<ReferenceLine> for ReferenceLine
impl PartialEq<ReferenceLine> for ReferenceLine
source§fn eq(&self, other: &ReferenceLine) -> bool
fn eq(&self, other: &ReferenceLine) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.