Struct aws_sdk_quicksight::model::DynamicDefaultValue
source · #[non_exhaustive]pub struct DynamicDefaultValue { /* private fields */ }
Expand description
Defines different defaults to the users or groups based on mapping.
Implementations§
source§impl DynamicDefaultValue
impl DynamicDefaultValue
sourcepub fn user_name_column(&self) -> Option<&ColumnIdentifier>
pub fn user_name_column(&self) -> Option<&ColumnIdentifier>
The column that contains the username.
sourcepub fn group_name_column(&self) -> Option<&ColumnIdentifier>
pub fn group_name_column(&self) -> Option<&ColumnIdentifier>
The column that contains the group name.
sourcepub fn default_value_column(&self) -> Option<&ColumnIdentifier>
pub fn default_value_column(&self) -> Option<&ColumnIdentifier>
The column that contains the default value of each user or group.
source§impl DynamicDefaultValue
impl DynamicDefaultValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DynamicDefaultValue
.
Trait Implementations§
source§impl Clone for DynamicDefaultValue
impl Clone for DynamicDefaultValue
source§fn clone(&self) -> DynamicDefaultValue
fn clone(&self) -> DynamicDefaultValue
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 DynamicDefaultValue
impl Debug for DynamicDefaultValue
source§impl PartialEq<DynamicDefaultValue> for DynamicDefaultValue
impl PartialEq<DynamicDefaultValue> for DynamicDefaultValue
source§fn eq(&self, other: &DynamicDefaultValue) -> bool
fn eq(&self, other: &DynamicDefaultValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.