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