pub struct EnclaveOptions {
pub enabled: Option<Value<bool>>,
}Expand description
The AWS::EC2::Instance.EnclaveOptions property type.
Fields§
§enabled: Option<Value<bool>>Property Enabled.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for EnclaveOptions
impl Debug for EnclaveOptions
Source§impl Default for EnclaveOptions
impl Default for EnclaveOptions
Source§fn default() -> EnclaveOptions
fn default() -> EnclaveOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnclaveOptions
impl RefUnwindSafe for EnclaveOptions
impl Send for EnclaveOptions
impl Sync for EnclaveOptions
impl Unpin for EnclaveOptions
impl UnwindSafe for EnclaveOptions
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