Struct aws_sdk_redshift::model::DeferredMaintenanceWindow [−][src]
#[non_exhaustive]pub struct DeferredMaintenanceWindow {
pub defer_maintenance_identifier: Option<String>,
pub defer_maintenance_start_time: Option<DateTime>,
pub defer_maintenance_end_time: Option<DateTime>,
}
Expand description
Describes a deferred maintenance window
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.defer_maintenance_identifier: Option<String>
A unique identifier for the maintenance window.
defer_maintenance_start_time: Option<DateTime>
A timestamp for the beginning of the time period when we defer maintenance.
defer_maintenance_end_time: Option<DateTime>
A timestamp for the end of the time period when we defer maintenance.
Implementations
A unique identifier for the maintenance window.
A timestamp for the beginning of the time period when we defer maintenance.
A timestamp for the end of the time period when we defer maintenance.
Creates a new builder-style object to manufacture DeferredMaintenanceWindow
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DeferredMaintenanceWindow
impl Send for DeferredMaintenanceWindow
impl Sync for DeferredMaintenanceWindow
impl Unpin for DeferredMaintenanceWindow
impl UnwindSafe for DeferredMaintenanceWindow
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more