Struct aws_sdk_quicksight::model::DateDimensionField
source · #[non_exhaustive]pub struct DateDimensionField { /* private fields */ }
Expand description
The dimension type field with date type columns.
Implementations§
source§impl DateDimensionField
impl DateDimensionField
sourcepub fn column(&self) -> Option<&ColumnIdentifier>
pub fn column(&self) -> Option<&ColumnIdentifier>
The column that is used in the DateDimensionField
.
sourcepub fn date_granularity(&self) -> Option<&TimeGranularity>
pub fn date_granularity(&self) -> Option<&TimeGranularity>
The date granularity of the DateDimensionField
. Choose one of the following options:
-
YEAR
-
QUARTER
-
MONTH
-
WEEK
-
DAY
-
HOUR
-
MINUTE
-
SECOND
-
MILLISECOND
sourcepub fn hierarchy_id(&self) -> Option<&str>
pub fn hierarchy_id(&self) -> Option<&str>
The custom hierarchy ID.
sourcepub fn format_configuration(&self) -> Option<&DateTimeFormatConfiguration>
pub fn format_configuration(&self) -> Option<&DateTimeFormatConfiguration>
The format configuration of the field.
source§impl DateDimensionField
impl DateDimensionField
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DateDimensionField
.
Trait Implementations§
source§impl Clone for DateDimensionField
impl Clone for DateDimensionField
source§fn clone(&self) -> DateDimensionField
fn clone(&self) -> DateDimensionField
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 DateDimensionField
impl Debug for DateDimensionField
source§impl PartialEq<DateDimensionField> for DateDimensionField
impl PartialEq<DateDimensionField> for DateDimensionField
source§fn eq(&self, other: &DateDimensionField) -> bool
fn eq(&self, other: &DateDimensionField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.