Struct aws_sdk_quicksight::model::TimeRangeFilterValue
source · #[non_exhaustive]pub struct TimeRangeFilterValue { /* private fields */ }
Expand description
The value of a time range filter.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl TimeRangeFilterValue
impl TimeRangeFilterValue
sourcepub fn static_value(&self) -> Option<&DateTime>
pub fn static_value(&self) -> Option<&DateTime>
The static input value.
sourcepub fn rolling_date(&self) -> Option<&RollingDateConfiguration>
pub fn rolling_date(&self) -> Option<&RollingDateConfiguration>
The rolling date input value.
source§impl TimeRangeFilterValue
impl TimeRangeFilterValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimeRangeFilterValue
.
Trait Implementations§
source§impl Clone for TimeRangeFilterValue
impl Clone for TimeRangeFilterValue
source§fn clone(&self) -> TimeRangeFilterValue
fn clone(&self) -> TimeRangeFilterValue
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 TimeRangeFilterValue
impl Debug for TimeRangeFilterValue
source§impl PartialEq<TimeRangeFilterValue> for TimeRangeFilterValue
impl PartialEq<TimeRangeFilterValue> for TimeRangeFilterValue
source§fn eq(&self, other: &TimeRangeFilterValue) -> bool
fn eq(&self, other: &TimeRangeFilterValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.