#[non_exhaustive]pub struct LaunchTemplateInstanceMaintenanceOptions { /* private fields */ }
Expand description
The maintenance options of your instance.
Implementations§
source§impl 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.
source§impl LaunchTemplateInstanceMaintenanceOptions
impl LaunchTemplateInstanceMaintenanceOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LaunchTemplateInstanceMaintenanceOptions
.
Trait Implementations§
source§impl Clone for LaunchTemplateInstanceMaintenanceOptions
impl Clone for LaunchTemplateInstanceMaintenanceOptions
source§fn clone(&self) -> LaunchTemplateInstanceMaintenanceOptions
fn clone(&self) -> LaunchTemplateInstanceMaintenanceOptions
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 PartialEq<LaunchTemplateInstanceMaintenanceOptions> for LaunchTemplateInstanceMaintenanceOptions
impl PartialEq<LaunchTemplateInstanceMaintenanceOptions> for LaunchTemplateInstanceMaintenanceOptions
source§fn eq(&self, other: &LaunchTemplateInstanceMaintenanceOptions) -> bool
fn eq(&self, other: &LaunchTemplateInstanceMaintenanceOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.