Struct aws_sdk_ec2::model::InstanceMaintenanceOptions
source · [−]#[non_exhaustive]pub struct InstanceMaintenanceOptions { /* private fields */ }
Expand description
The maintenance options for the instance.
Implementations
sourceimpl InstanceMaintenanceOptions
impl InstanceMaintenanceOptions
sourcepub fn auto_recovery(&self) -> Option<&InstanceAutoRecoveryState>
pub fn auto_recovery(&self) -> Option<&InstanceAutoRecoveryState>
Provides information on the current automatic recovery behavior of your instance.
sourceimpl InstanceMaintenanceOptions
impl InstanceMaintenanceOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceMaintenanceOptions
.
Trait Implementations
sourceimpl Clone for InstanceMaintenanceOptions
impl Clone for InstanceMaintenanceOptions
sourcefn clone(&self) -> InstanceMaintenanceOptions
fn clone(&self) -> InstanceMaintenanceOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InstanceMaintenanceOptions
impl Debug for InstanceMaintenanceOptions
sourceimpl PartialEq<InstanceMaintenanceOptions> for InstanceMaintenanceOptions
impl PartialEq<InstanceMaintenanceOptions> for InstanceMaintenanceOptions
sourcefn eq(&self, other: &InstanceMaintenanceOptions) -> bool
fn eq(&self, other: &InstanceMaintenanceOptions) -> bool
impl StructuralPartialEq for InstanceMaintenanceOptions
Auto Trait Implementations
impl RefUnwindSafe for InstanceMaintenanceOptions
impl Send for InstanceMaintenanceOptions
impl Sync for InstanceMaintenanceOptions
impl Unpin for InstanceMaintenanceOptions
impl UnwindSafe for InstanceMaintenanceOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more