[][src]Struct rusoto_datasync::DescribeLocationFsxWindowsResponse

pub struct DescribeLocationFsxWindowsResponse {
    pub creation_time: Option<f64>,
    pub domain: Option<String>,
    pub location_arn: Option<String>,
    pub location_uri: Option<String>,
    pub security_group_arns: Option<Vec<String>>,
    pub user: Option<String>,
}

Fields

creation_time: Option<f64>

The time that the FSx for Windows location was created.

domain: Option<String>

The name of the Windows domain that the FSx for Windows server belongs to.

location_arn: Option<String>

The Amazon Resource Name (ARN) of the FSx for Windows location that was described.

location_uri: Option<String>

The URL of the FSx for Windows location that was described.

security_group_arns: Option<Vec<String>>

The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows file system.

user: Option<String>

The user who has the permissions to access files and folders in the FSx for Windows file system.

Trait Implementations

impl Clone for DescribeLocationFsxWindowsResponse[src]

impl Debug for DescribeLocationFsxWindowsResponse[src]

impl Default for DescribeLocationFsxWindowsResponse[src]

impl<'de> Deserialize<'de> for DescribeLocationFsxWindowsResponse[src]

impl PartialEq<DescribeLocationFsxWindowsResponse> for DescribeLocationFsxWindowsResponse[src]

impl StructuralPartialEq for DescribeLocationFsxWindowsResponse[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.