#[non_exhaustive]pub struct EnableEbsEncryptionByDefaultOutput { /* private fields */ }
Implementations§
source§impl EnableEbsEncryptionByDefaultOutput
impl EnableEbsEncryptionByDefaultOutput
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 EnableEbsEncryptionByDefaultOutput
impl EnableEbsEncryptionByDefaultOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableEbsEncryptionByDefaultOutput
.
Trait Implementations§
source§impl Clone for EnableEbsEncryptionByDefaultOutput
impl Clone for EnableEbsEncryptionByDefaultOutput
source§fn clone(&self) -> EnableEbsEncryptionByDefaultOutput
fn clone(&self) -> EnableEbsEncryptionByDefaultOutput
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