Struct aws_sdk_quicksight::model::AnchorDateConfiguration
source · #[non_exhaustive]pub struct AnchorDateConfiguration { /* private fields */ }
Expand description
The date configuration of the filter.
Implementations§
source§impl AnchorDateConfiguration
impl AnchorDateConfiguration
sourcepub fn anchor_option(&self) -> Option<&AnchorOption>
pub fn anchor_option(&self) -> Option<&AnchorOption>
The options for the date configuration. Choose one of the options below:
-
NOW
sourcepub fn parameter_name(&self) -> Option<&str>
pub fn parameter_name(&self) -> Option<&str>
The name of the parameter that is used for the anchor date configuration.
source§impl AnchorDateConfiguration
impl AnchorDateConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnchorDateConfiguration
.
Trait Implementations§
source§impl Clone for AnchorDateConfiguration
impl Clone for AnchorDateConfiguration
source§fn clone(&self) -> AnchorDateConfiguration
fn clone(&self) -> AnchorDateConfiguration
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 AnchorDateConfiguration
impl Debug for AnchorDateConfiguration
source§impl PartialEq<AnchorDateConfiguration> for AnchorDateConfiguration
impl PartialEq<AnchorDateConfiguration> for AnchorDateConfiguration
source§fn eq(&self, other: &AnchorDateConfiguration) -> bool
fn eq(&self, other: &AnchorDateConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.