Struct aws_sdk_elasticache::model::TimeRangeFilter
source · #[non_exhaustive]pub struct TimeRangeFilter { /* private fields */ }
Expand description
Filters update actions from the service updates that are in available status during the time range.
Implementations§
source§impl TimeRangeFilter
impl TimeRangeFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimeRangeFilter
.
Trait Implementations§
source§impl Clone for TimeRangeFilter
impl Clone for TimeRangeFilter
source§fn clone(&self) -> TimeRangeFilter
fn clone(&self) -> TimeRangeFilter
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