ListRoomsRequest
public struct ListRoomsRequest : AWSShape
extension Chime.ListRoomsRequest: 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.
Declaration
Swift
public let maxResults: Int? -
The member ID (user ID or bot ID).
Declaration
Swift
public let memberId: String? -
The token to use to retrieve the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(accountId: String, maxResults: Int? = nil, memberId: String? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Chime.ListRoomsRequest
View on GitHub
ListRoomsRequest Structure Reference