Struct aws_sdk_m2::types::PendingMaintenance
source · #[non_exhaustive]pub struct PendingMaintenance { /* private fields */ }Expand description
The scheduled maintenance for a runtime engine.
Implementations§
source§impl PendingMaintenance
impl PendingMaintenance
sourcepub fn schedule(&self) -> Option<&MaintenanceSchedule>
pub fn schedule(&self) -> Option<&MaintenanceSchedule>
The maintenance schedule for the runtime engine version.
sourcepub fn engine_version(&self) -> Option<&str>
pub fn engine_version(&self) -> Option<&str>
The specific runtime engine that the maintenance schedule applies to.
source§impl PendingMaintenance
impl PendingMaintenance
sourcepub fn builder() -> PendingMaintenanceBuilder
pub fn builder() -> PendingMaintenanceBuilder
Creates a new builder-style object to manufacture PendingMaintenance.
Trait Implementations§
source§impl Clone for PendingMaintenance
impl Clone for PendingMaintenance
source§fn clone(&self) -> PendingMaintenance
fn clone(&self) -> PendingMaintenance
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 PendingMaintenance
impl Debug for PendingMaintenance
source§impl PartialEq<PendingMaintenance> for PendingMaintenance
impl PartialEq<PendingMaintenance> for PendingMaintenance
source§fn eq(&self, other: &PendingMaintenance) -> bool
fn eq(&self, other: &PendingMaintenance) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PendingMaintenance
Auto Trait Implementations§
impl RefUnwindSafe for PendingMaintenance
impl Send for PendingMaintenance
impl Sync for PendingMaintenance
impl Unpin for PendingMaintenance
impl UnwindSafe for PendingMaintenance
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more