Struct aws_sdk_quicksight::model::DataLabelType
source · #[non_exhaustive]pub struct DataLabelType { /* private fields */ }
Expand description
The option that determines the data label type.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl DataLabelType
impl DataLabelType
sourcepub fn field_label_type(&self) -> Option<&FieldLabelType>
pub fn field_label_type(&self) -> Option<&FieldLabelType>
Determines the label configuration for the entire field.
sourcepub fn data_path_label_type(&self) -> Option<&DataPathLabelType>
pub fn data_path_label_type(&self) -> Option<&DataPathLabelType>
The option that specifies individual data values for labels.
sourcepub fn range_ends_label_type(&self) -> Option<&RangeEndsLabelType>
pub fn range_ends_label_type(&self) -> Option<&RangeEndsLabelType>
Determines the label configuration for range end value in a visual.
sourcepub fn minimum_label_type(&self) -> Option<&MinimumLabelType>
pub fn minimum_label_type(&self) -> Option<&MinimumLabelType>
Determines the label configuration for the minimum value in a visual.
sourcepub fn maximum_label_type(&self) -> Option<&MaximumLabelType>
pub fn maximum_label_type(&self) -> Option<&MaximumLabelType>
Determines the label configuration for the maximum value in a visual.
source§impl DataLabelType
impl DataLabelType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataLabelType
.
Trait Implementations§
source§impl Clone for DataLabelType
impl Clone for DataLabelType
source§fn clone(&self) -> DataLabelType
fn clone(&self) -> DataLabelType
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 DataLabelType
impl Debug for DataLabelType
source§impl PartialEq<DataLabelType> for DataLabelType
impl PartialEq<DataLabelType> for DataLabelType
source§fn eq(&self, other: &DataLabelType) -> bool
fn eq(&self, other: &DataLabelType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.