#[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() -> CreateLocationNfsOutputBuilder
pub fn builder() -> CreateLocationNfsOutputBuilder
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 ==
.source§impl RequestId for CreateLocationNfsOutput
impl RequestId for CreateLocationNfsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.