UserSummary

public struct UserSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the user account.

    Declaration

    Swift

    public let arn: String?
  • id

    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)