DescribeLocationNfsResponse class
DescribeLocationNfsResponse
Constructors
- DescribeLocationNfsResponse({DateTime? creationTime, String? locationArn, String? locationUri, NfsMountOptions? mountOptions, OnPremConfig? onPremConfig})
-
DescribeLocationNfsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime?
-
The time that the NFS location was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationArn → String?
-
The Amazon Resource Name (ARN) of the NFS location that was described.
final
- locationUri → String?
-
The URL of the source NFS location that was described.
final
- mountOptions → NfsMountOptions?
-
The NFS mount options that DataSync used to mount your NFS share.
final
- onPremConfig → OnPremConfig?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited