Struct aws_sdk_quicksight::model::NumericalMeasureField
source · #[non_exhaustive]pub struct NumericalMeasureField { /* private fields */ }
Expand description
The measure type field with numerical type columns.
Implementations§
source§impl NumericalMeasureField
impl NumericalMeasureField
sourcepub fn column(&self) -> Option<&ColumnIdentifier>
pub fn column(&self) -> Option<&ColumnIdentifier>
The column that is used in the NumericalMeasureField
.
sourcepub fn aggregation_function(&self) -> Option<&NumericalAggregationFunction>
pub fn aggregation_function(&self) -> Option<&NumericalAggregationFunction>
The aggregation function of the measure field.
sourcepub fn format_configuration(&self) -> Option<&NumberFormatConfiguration>
pub fn format_configuration(&self) -> Option<&NumberFormatConfiguration>
The format configuration of the field.
source§impl NumericalMeasureField
impl NumericalMeasureField
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NumericalMeasureField
.
Trait Implementations§
source§impl Clone for NumericalMeasureField
impl Clone for NumericalMeasureField
source§fn clone(&self) -> NumericalMeasureField
fn clone(&self) -> NumericalMeasureField
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 NumericalMeasureField
impl Debug for NumericalMeasureField
source§impl PartialEq<NumericalMeasureField> for NumericalMeasureField
impl PartialEq<NumericalMeasureField> for NumericalMeasureField
source§fn eq(&self, other: &NumericalMeasureField) -> bool
fn eq(&self, other: &NumericalMeasureField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.