ListUsersRequest

public struct ListUsersRequest : AWSShape
extension Chime.ListUsersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let accountId: String
  • The maximum number of results to return in a single call. Defaults to 100.

    Declaration

    Swift

    public let maxResults: Int?
  • The token to use to retrieve the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Optional. The user email address used to filter results. Maximum 1.

    Declaration

    Swift

    public let userEmail: String?
  • The user type.

    Declaration

    Swift

    public let userType: UserType?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, maxResults: Int? = nil, nextToken: String? = nil, userEmail: String? = nil, userType: UserType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws