DescribeLocationFsxWindowsResponse class

Constructors

DescribeLocationFsxWindowsResponse({DateTime? creationTime, String? domain, String? locationArn, String? locationUri, List<String>? securityGroupArns, String? user})
DescribeLocationFsxWindowsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
The time that the FSx for Windows location was created.
final
domain String?
The name of the Windows domain that the FSx for Windows server belongs to.
final
hashCode int
The hash code for this object.
no setterinherited
locationArn String?
The Amazon Resource Name (ARN) of the FSx for Windows location that was described.
final
locationUri String?
The URL of the FSx for Windows location that was described.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupArns List<String>?
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows file system.
final
user String?
The user who has the permissions to access files and folders in the FSx for Windows file system.
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