pub struct LaunchTemplateHibernationOptionsRequest {
pub configured: Option<bool>,
}Expand description
Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.
Fields§
§configured: Option<bool>If you set this parameter to true, the instance is enabled for hibernation.
Default: false
Trait Implementations§
Source§impl Clone for LaunchTemplateHibernationOptionsRequest
impl Clone for LaunchTemplateHibernationOptionsRequest
Source§fn clone(&self) -> LaunchTemplateHibernationOptionsRequest
fn clone(&self) -> LaunchTemplateHibernationOptionsRequest
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 LaunchTemplateHibernationOptionsRequest
impl Default for LaunchTemplateHibernationOptionsRequest
Source§fn default() -> LaunchTemplateHibernationOptionsRequest
fn default() -> LaunchTemplateHibernationOptionsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for LaunchTemplateHibernationOptionsRequest
impl PartialEq for LaunchTemplateHibernationOptionsRequest
Source§fn eq(&self, other: &LaunchTemplateHibernationOptionsRequest) -> bool
fn eq(&self, other: &LaunchTemplateHibernationOptionsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LaunchTemplateHibernationOptionsRequest
Auto Trait Implementations§
impl Freeze for LaunchTemplateHibernationOptionsRequest
impl RefUnwindSafe for LaunchTemplateHibernationOptionsRequest
impl Send for LaunchTemplateHibernationOptionsRequest
impl Sync for LaunchTemplateHibernationOptionsRequest
impl Unpin for LaunchTemplateHibernationOptionsRequest
impl UnwindSafe for LaunchTemplateHibernationOptionsRequest
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