UserSummary
public struct UserSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the user account.
Declaration
Swift
public let arn: String?
-
The identifier of the user account.
Declaration
Swift
public let id: String?
-
The Amazon Connect user name of the user account.
Declaration
Swift
public let username: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, id: String? = nil, username: String? = nil)