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