#[non_exhaustive]pub struct LaunchTemplateHibernationOptions { /* private fields */ }
Expand description
Indicates whether an instance is configured for hibernation.
Implementations§
source§impl LaunchTemplateHibernationOptions
impl LaunchTemplateHibernationOptions
sourcepub fn configured(&self) -> Option<bool>
pub fn configured(&self) -> Option<bool>
If this parameter is set to true
, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
source§impl LaunchTemplateHibernationOptions
impl LaunchTemplateHibernationOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LaunchTemplateHibernationOptions
.
Trait Implementations§
source§impl Clone for LaunchTemplateHibernationOptions
impl Clone for LaunchTemplateHibernationOptions
source§fn clone(&self) -> LaunchTemplateHibernationOptions
fn clone(&self) -> LaunchTemplateHibernationOptions
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<LaunchTemplateHibernationOptions> for LaunchTemplateHibernationOptions
impl PartialEq<LaunchTemplateHibernationOptions> for LaunchTemplateHibernationOptions
source§fn eq(&self, other: &LaunchTemplateHibernationOptions) -> bool
fn eq(&self, other: &LaunchTemplateHibernationOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.