#[non_exhaustive]pub struct DisableEbsEncryptionByDefaultOutput { /* private fields */ }
Implementations§
source§impl DisableEbsEncryptionByDefaultOutput
impl DisableEbsEncryptionByDefaultOutput
sourcepub fn ebs_encryption_by_default(&self) -> Option<bool>
pub fn ebs_encryption_by_default(&self) -> Option<bool>
The updated status of encryption by default.
source§impl DisableEbsEncryptionByDefaultOutput
impl DisableEbsEncryptionByDefaultOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableEbsEncryptionByDefaultOutput
.
Trait Implementations§
source§impl Clone for DisableEbsEncryptionByDefaultOutput
impl Clone for DisableEbsEncryptionByDefaultOutput
source§fn clone(&self) -> DisableEbsEncryptionByDefaultOutput
fn clone(&self) -> DisableEbsEncryptionByDefaultOutput
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 more