#[non_exhaustive]pub struct DeleteOutpostInput { /* private fields */ }
Implementations§
source§impl DeleteOutpostInput
impl DeleteOutpostInput
sourcepub fn outpost_id(&self) -> Option<&str>
pub fn outpost_id(&self) -> Option<&str>
The ID or the Amazon Resource Name (ARN) of the Outpost.
source§impl DeleteOutpostInput
impl DeleteOutpostInput
sourcepub fn builder() -> DeleteOutpostInputBuilder
pub fn builder() -> DeleteOutpostInputBuilder
Creates a new builder-style object to manufacture DeleteOutpostInput
.
source§impl DeleteOutpostInput
impl DeleteOutpostInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteOutpost, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteOutpost, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteOutpost
>
Trait Implementations§
source§impl Clone for DeleteOutpostInput
impl Clone for DeleteOutpostInput
source§fn clone(&self) -> DeleteOutpostInput
fn clone(&self) -> DeleteOutpostInput
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 moresource§impl Debug for DeleteOutpostInput
impl Debug for DeleteOutpostInput
source§impl PartialEq<DeleteOutpostInput> for DeleteOutpostInput
impl PartialEq<DeleteOutpostInput> for DeleteOutpostInput
source§fn eq(&self, other: &DeleteOutpostInput) -> bool
fn eq(&self, other: &DeleteOutpostInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteOutpostInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteOutpostInput
impl Send for DeleteOutpostInput
impl Sync for DeleteOutpostInput
impl Unpin for DeleteOutpostInput
impl UnwindSafe for DeleteOutpostInput
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