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