Struct aws_sdk_iotanalytics::model::TimestampPartition
source · #[non_exhaustive]pub struct TimestampPartition { /* private fields */ }Expand description
A partition dimension defined by a timestamp attribute.
Implementations§
source§impl TimestampPartition
impl TimestampPartition
sourcepub fn attribute_name(&self) -> Option<&str>
pub fn attribute_name(&self) -> Option<&str>
The attribute name of the partition defined by a timestamp.
sourcepub fn timestamp_format(&self) -> Option<&str>
pub fn timestamp_format(&self) -> Option<&str>
The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time).
source§impl TimestampPartition
impl TimestampPartition
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimestampPartition.
Trait Implementations§
source§impl Clone for TimestampPartition
impl Clone for TimestampPartition
source§fn clone(&self) -> TimestampPartition
fn clone(&self) -> TimestampPartition
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 more