DescribeLocationNfsResponse
public struct DescribeLocationNfsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time that the NFS location was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the NFS location that was described.
Declaration
Swift
public let locationArn: String?
-
The URL of the source NFS location that was described.
Declaration
Swift
public let locationUri: String?
-
The NFS mount options that DataSync used to mount your NFS share.
Declaration
Swift
public let mountOptions: NfsMountOptions?
-
Undocumented
Declaration
Swift
public let onPremConfig: OnPremConfig?
-
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, locationArn: String? = nil, locationUri: String? = nil, mountOptions: NfsMountOptions? = nil, onPremConfig: OnPremConfig? = nil)