pub struct DisableEbsEncryptionByDefaultRequest {
pub dry_run: Option<bool>,
}Fields§
§dry_run: Option<bool>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Trait Implementations§
Source§impl Clone for DisableEbsEncryptionByDefaultRequest
impl Clone for DisableEbsEncryptionByDefaultRequest
Source§fn clone(&self) -> DisableEbsEncryptionByDefaultRequest
fn clone(&self) -> DisableEbsEncryptionByDefaultRequest
Returns a duplicate 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 Default for DisableEbsEncryptionByDefaultRequest
impl Default for DisableEbsEncryptionByDefaultRequest
Source§fn default() -> DisableEbsEncryptionByDefaultRequest
fn default() -> DisableEbsEncryptionByDefaultRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisableEbsEncryptionByDefaultRequest
impl PartialEq for DisableEbsEncryptionByDefaultRequest
Source§fn eq(&self, other: &DisableEbsEncryptionByDefaultRequest) -> bool
fn eq(&self, other: &DisableEbsEncryptionByDefaultRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisableEbsEncryptionByDefaultRequest
Auto Trait Implementations§
impl Freeze for DisableEbsEncryptionByDefaultRequest
impl RefUnwindSafe for DisableEbsEncryptionByDefaultRequest
impl Send for DisableEbsEncryptionByDefaultRequest
impl Sync for DisableEbsEncryptionByDefaultRequest
impl Unpin for DisableEbsEncryptionByDefaultRequest
impl UnwindSafe for DisableEbsEncryptionByDefaultRequest
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