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