Struct aws_sdk_datasync::input::DeleteLocationInput
source · #[non_exhaustive]pub struct DeleteLocationInput { /* private fields */ }
Expand description
DeleteLocation
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLocationInput
.
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.
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 ==
.