Computer
public struct Computer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of Attribute objects containing the LDAP attributes that belong to the computer account.
Declaration
Swift
public let computerAttributes: [Attribute]?
-
The identifier of the computer.
Declaration
Swift
public let computerId: String?
-
The computer name.
Declaration
Swift
public let computerName: String?
-
Undocumented
Declaration
Swift
public init(computerAttributes: [Attribute]? = nil, computerId: String? = nil, computerName: String? = nil)