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