Struct aws_sdk_datasync::output::CreateLocationNfsOutput
source · #[non_exhaustive]pub struct CreateLocationNfsOutput { /* private fields */ }
Expand description
CreateLocationNfsResponse
Implementations§
source§impl CreateLocationNfsOutput
impl CreateLocationNfsOutput
sourcepub fn location_arn(&self) -> Option<&str>
pub fn location_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the source NFS file system location that is created.
source§impl CreateLocationNfsOutput
impl CreateLocationNfsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLocationNfsOutput
.
Trait Implementations§
source§impl Clone for CreateLocationNfsOutput
impl Clone for CreateLocationNfsOutput
source§fn clone(&self) -> CreateLocationNfsOutput
fn clone(&self) -> CreateLocationNfsOutput
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 CreateLocationNfsOutput
impl Debug for CreateLocationNfsOutput
source§impl PartialEq<CreateLocationNfsOutput> for CreateLocationNfsOutput
impl PartialEq<CreateLocationNfsOutput> for CreateLocationNfsOutput
source§fn eq(&self, other: &CreateLocationNfsOutput) -> bool
fn eq(&self, other: &CreateLocationNfsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.