#[non_exhaustive]pub struct LaunchTemplateInstanceMaintenanceOptions { /* private fields */ }
Expand description
The maintenance options of your instance.
Implementations
sourceimpl LaunchTemplateInstanceMaintenanceOptions
impl LaunchTemplateInstanceMaintenanceOptions
sourcepub fn auto_recovery(&self) -> Option<&LaunchTemplateAutoRecoveryState>
pub fn auto_recovery(&self) -> Option<&LaunchTemplateAutoRecoveryState>
Disables the automatic recovery behavior of your instance or sets it to default.
sourceimpl LaunchTemplateInstanceMaintenanceOptions
impl LaunchTemplateInstanceMaintenanceOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LaunchTemplateInstanceMaintenanceOptions
.
Trait Implementations
sourceimpl Clone for LaunchTemplateInstanceMaintenanceOptions
impl Clone for LaunchTemplateInstanceMaintenanceOptions
sourcefn clone(&self) -> LaunchTemplateInstanceMaintenanceOptions
fn clone(&self) -> LaunchTemplateInstanceMaintenanceOptions
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 PartialEq<LaunchTemplateInstanceMaintenanceOptions> for LaunchTemplateInstanceMaintenanceOptions
impl PartialEq<LaunchTemplateInstanceMaintenanceOptions> for LaunchTemplateInstanceMaintenanceOptions
sourcefn eq(&self, other: &LaunchTemplateInstanceMaintenanceOptions) -> bool
fn eq(&self, other: &LaunchTemplateInstanceMaintenanceOptions) -> bool
impl StructuralPartialEq for LaunchTemplateInstanceMaintenanceOptions
Auto Trait Implementations
impl RefUnwindSafe for LaunchTemplateInstanceMaintenanceOptions
impl Send for LaunchTemplateInstanceMaintenanceOptions
impl Sync for LaunchTemplateInstanceMaintenanceOptions
impl Unpin for LaunchTemplateInstanceMaintenanceOptions
impl UnwindSafe for LaunchTemplateInstanceMaintenanceOptions
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