pub struct LaunchTemplateHibernationOptions {
pub configured: Option<bool>,
}Expand description
Indicates whether an instance is configured for hibernation.
Fields§
§configured: Option<bool>If this parameter is set to true, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
Trait Implementations§
Source§impl Clone for LaunchTemplateHibernationOptions
impl Clone for LaunchTemplateHibernationOptions
Source§fn clone(&self) -> LaunchTemplateHibernationOptions
fn clone(&self) -> LaunchTemplateHibernationOptions
Returns a duplicate 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 Default for LaunchTemplateHibernationOptions
impl Default for LaunchTemplateHibernationOptions
Source§fn default() -> LaunchTemplateHibernationOptions
fn default() -> LaunchTemplateHibernationOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for LaunchTemplateHibernationOptions
impl PartialEq for LaunchTemplateHibernationOptions
Source§fn eq(&self, other: &LaunchTemplateHibernationOptions) -> bool
fn eq(&self, other: &LaunchTemplateHibernationOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LaunchTemplateHibernationOptions
Auto Trait Implementations§
impl Freeze for LaunchTemplateHibernationOptions
impl RefUnwindSafe for LaunchTemplateHibernationOptions
impl Send for LaunchTemplateHibernationOptions
impl Sync for LaunchTemplateHibernationOptions
impl Unpin for LaunchTemplateHibernationOptions
impl UnwindSafe for LaunchTemplateHibernationOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more