ListUsersRequest
public struct ListUsersRequest : AWSShapeextension Chime.ListUsersRequest: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The Amazon Chime account ID. DeclarationSwift public let accountId: String
- 
                  
                  The maximum number of results to return in a single call. Defaults to 100. DeclarationSwift public let maxResults: Int?
- 
                  
                  The token to use to retrieve the next page of results. DeclarationSwift public let nextToken: String?
- 
                  
                  Optional. The user email address used to filter results. Maximum 1. DeclarationSwift public let userEmail: String?
- 
                  
                  The user type. DeclarationSwift public let userType: UserType?
- 
                  
                  Undocumented DeclarationSwift public init(accountId: String, maxResults: Int? = nil, nextToken: String? = nil, userEmail: String? = nil, userType: UserType? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> Chime.ListUsersRequest
 View on GitHub
View on GitHub ListUsersRequest Structure Reference
        ListUsersRequest Structure Reference