DescribeLocationSmbResponse class

DescribeLocationSmbResponse

Constructors

DescribeLocationSmbResponse({List<String>? agentArns, DateTime? creationTime, String? domain, String? locationArn, String? locationUri, SmbMountOptions? mountOptions, String? user})
DescribeLocationSmbResponse.fromJson(Map<String, dynamic> json)
factory

Properties

agentArns List<String>?
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
final
creationTime DateTime?
The time that the SMB location was created.
final
domain String?
The name of the Windows domain that the SMB server belongs to.
final
hashCode int
The hash code for this object.
no setterinherited
locationArn String?
The Amazon Resource Name (ARN) of the SMB location that was described.
final
locationUri String?
The URL of the source SBM location that was described.
final
mountOptions SmbMountOptions?
The mount options that are available for DataSync to use to access an SMB location.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String?
The user who can mount the share, has the permissions to access files and folders in the SMB share.
final

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