Struct aws_sdk_datasync::output::DescribeLocationNfsOutput
source · [−]#[non_exhaustive]pub struct DescribeLocationNfsOutput {
pub location_arn: Option<String>,
pub location_uri: Option<String>,
pub on_prem_config: Option<OnPremConfig>,
pub mount_options: Option<NfsMountOptions>,
pub creation_time: Option<DateTime>,
}
Expand description
DescribeLocationNfsResponse
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.location_arn: Option<String>
The Amazon Resource Name (ARN) of the NFS location that was described.
location_uri: Option<String>
The URL of the source NFS location that was described.
on_prem_config: Option<OnPremConfig>
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
mount_options: Option<NfsMountOptions>
The NFS mount options that DataSync used to mount your NFS share.
creation_time: Option<DateTime>
The time that the NFS location was created.
Implementations
The Amazon Resource Name (ARN) of the NFS location that was described.
The URL of the source NFS location that was described.
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
The NFS mount options that DataSync used to mount your NFS share.
The time that the NFS location was created.
Creates a new builder-style object to manufacture DescribeLocationNfsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DescribeLocationNfsOutput
impl Send for DescribeLocationNfsOutput
impl Sync for DescribeLocationNfsOutput
impl Unpin for DescribeLocationNfsOutput
impl UnwindSafe for DescribeLocationNfsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more