pub struct DescribeLocationNfsResponse {
pub creation_time: Option<f64>,
pub location_arn: Option<String>,
pub location_uri: Option<String>,
pub mount_options: Option<NfsMountOptions>,
pub on_prem_config: Option<OnPremConfig>,
}
Expand description
DescribeLocationNfsResponse
Fields§
§creation_time: Option<f64>
The time that the NFS location was created.
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.
mount_options: Option<NfsMountOptions>
The NFS mount options that DataSync used to mount your NFS share.
on_prem_config: Option<OnPremConfig>
Trait Implementations§
Source§impl Clone for DescribeLocationNfsResponse
impl Clone for DescribeLocationNfsResponse
Source§fn clone(&self) -> DescribeLocationNfsResponse
fn clone(&self) -> DescribeLocationNfsResponse
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 DescribeLocationNfsResponse
impl Debug for DescribeLocationNfsResponse
Source§impl Default for DescribeLocationNfsResponse
impl Default for DescribeLocationNfsResponse
Source§fn default() -> DescribeLocationNfsResponse
fn default() -> DescribeLocationNfsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeLocationNfsResponse
impl<'de> Deserialize<'de> for DescribeLocationNfsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DescribeLocationNfsResponse
Auto Trait Implementations§
impl Freeze for DescribeLocationNfsResponse
impl RefUnwindSafe for DescribeLocationNfsResponse
impl Send for DescribeLocationNfsResponse
impl Sync for DescribeLocationNfsResponse
impl Unpin for DescribeLocationNfsResponse
impl UnwindSafe for DescribeLocationNfsResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more