ListAccountsRequest

public struct ListAccountsRequest : AWSShape
extension Chime.ListAccountsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return in a single call. Defaults to 100.

    Declaration

    Swift

    public let maxResults: Int?
  • Amazon Chime account name prefix with which to filter results.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • User email address with which to filter results.

    Declaration

    Swift

    public let userEmail: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws