Struct aws_sdk_ec2::model::EnclaveOptions
source · #[non_exhaustive]pub struct EnclaveOptions { /* private fields */ }
Expand description
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
Implementations§
source§impl EnclaveOptions
impl EnclaveOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnclaveOptions
.
Trait Implementations§
source§impl Clone for EnclaveOptions
impl Clone for EnclaveOptions
source§fn clone(&self) -> EnclaveOptions
fn clone(&self) -> EnclaveOptions
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 Debug for EnclaveOptions
impl Debug for EnclaveOptions
source§impl PartialEq<EnclaveOptions> for EnclaveOptions
impl PartialEq<EnclaveOptions> for EnclaveOptions
source§fn eq(&self, other: &EnclaveOptions) -> bool
fn eq(&self, other: &EnclaveOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.