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