Struct aws_sdk_quicksight::model::StringDefaultValues
source · #[non_exhaustive]pub struct StringDefaultValues { /* private fields */ }
Expand description
The default values of the StringParameterDeclaration
.
Implementations§
source§impl StringDefaultValues
impl StringDefaultValues
sourcepub fn dynamic_value(&self) -> Option<&DynamicDefaultValue>
pub fn dynamic_value(&self) -> Option<&DynamicDefaultValue>
The dynamic value of the StringDefaultValues
. Different defaults displayed according to users, groups, and values mapping.
sourcepub fn static_values(&self) -> Option<&[String]>
pub fn static_values(&self) -> Option<&[String]>
The static values of the DecimalDefaultValues
.
source§impl StringDefaultValues
impl StringDefaultValues
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StringDefaultValues
.
Trait Implementations§
source§impl Clone for StringDefaultValues
impl Clone for StringDefaultValues
source§fn clone(&self) -> StringDefaultValues
fn clone(&self) -> StringDefaultValues
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 StringDefaultValues
impl Debug for StringDefaultValues
source§impl PartialEq<StringDefaultValues> for StringDefaultValues
impl PartialEq<StringDefaultValues> for StringDefaultValues
source§fn eq(&self, other: &StringDefaultValues) -> bool
fn eq(&self, other: &StringDefaultValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.