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