Struct aws_sdk_datasync::output::describe_location_nfs_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DescribeLocationNfsOutput
Implementations
The Amazon Resource Name (ARN) of the NFS location that was described.
The Amazon Resource Name (ARN) of the NFS location that was described.
The URL of the source 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.
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 NFS mount options that DataSync used to mount your NFS share.
The time that the NFS location was created.
The time that the NFS location was created.
Consumes the builder and constructs a DescribeLocationNfsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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