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