pub struct DeleteManagedPrefixListRequest {
pub dry_run: Option<bool>,
pub prefix_list_id: String,
}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.
prefix_list_id: StringThe ID of the prefix list.
Trait Implementations§
Source§impl Clone for DeleteManagedPrefixListRequest
impl Clone for DeleteManagedPrefixListRequest
Source§fn clone(&self) -> DeleteManagedPrefixListRequest
fn clone(&self) -> DeleteManagedPrefixListRequest
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 DeleteManagedPrefixListRequest
impl Default for DeleteManagedPrefixListRequest
Source§fn default() -> DeleteManagedPrefixListRequest
fn default() -> DeleteManagedPrefixListRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteManagedPrefixListRequest
impl PartialEq for DeleteManagedPrefixListRequest
Source§fn eq(&self, other: &DeleteManagedPrefixListRequest) -> bool
fn eq(&self, other: &DeleteManagedPrefixListRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteManagedPrefixListRequest
Auto Trait Implementations§
impl Freeze for DeleteManagedPrefixListRequest
impl RefUnwindSafe for DeleteManagedPrefixListRequest
impl Send for DeleteManagedPrefixListRequest
impl Sync for DeleteManagedPrefixListRequest
impl Unpin for DeleteManagedPrefixListRequest
impl UnwindSafe for DeleteManagedPrefixListRequest
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