DescribeLocationFsxWindowsResponse

public struct DescribeLocationFsxWindowsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time that the FSx for Windows location was created.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The name of the Windows domain that the FSx for Windows server belongs to.

    Declaration

    Swift

    public let domain: String?
  • The Amazon Resource Name (ARN) of the FSx for Windows location that was described.

    Declaration

    Swift

    public let locationArn: String?
  • The URL of the FSx for Windows location that was described.

    Declaration

    Swift

    public let locationUri: String?
  • The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows file system.

    Declaration

    Swift

    public let securityGroupArns: [String]?
  • The user who has the permissions to access files and folders in the FSx for Windows file system.

    Declaration

    Swift

    public let user: String?
  • Undocumented

    Declaration

    Swift

    public init(creationTime: TimeStamp? = nil, domain: String? = nil, locationArn: String? = nil, locationUri: String? = nil, securityGroupArns: [String]? = nil, user: String? = nil)