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