#[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() -> Builder
pub fn builder() -> Builder
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 more