pub struct CreateDefaultVpcRequest {
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 CreateDefaultVpcRequest
impl Clone for CreateDefaultVpcRequest
Source§fn clone(&self) -> CreateDefaultVpcRequest
fn clone(&self) -> CreateDefaultVpcRequest
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 Debug for CreateDefaultVpcRequest
impl Debug for CreateDefaultVpcRequest
Source§impl Default for CreateDefaultVpcRequest
impl Default for CreateDefaultVpcRequest
Source§fn default() -> CreateDefaultVpcRequest
fn default() -> CreateDefaultVpcRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateDefaultVpcRequest
impl PartialEq for CreateDefaultVpcRequest
impl StructuralPartialEq for CreateDefaultVpcRequest
Auto Trait Implementations§
impl Freeze for CreateDefaultVpcRequest
impl RefUnwindSafe for CreateDefaultVpcRequest
impl Send for CreateDefaultVpcRequest
impl Sync for CreateDefaultVpcRequest
impl Unpin for CreateDefaultVpcRequest
impl UnwindSafe for CreateDefaultVpcRequest
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