CreateUserRequest

public struct CreateUserRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Chime account ID.

    Declaration

    Swift

    public let accountId: String
  • The user’s email address.

    Declaration

    Swift

    public let email: String?
  • The user name.

    Declaration

    Swift

    public let username: String?
  • The user type.

    Declaration

    Swift

    public let userType: UserType?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, email: String? = nil, username: String? = nil, userType: UserType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws