ListRoomMembershipsRequest
public struct ListRoomMembershipsRequest : AWSShape
extension Chime.ListRoomMembershipsRequest: 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 token to use to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
The room ID.
Declaration
Swift
public let roomId: String
-
Undocumented
Declaration
Swift
public init(accountId: String, maxResults: Int? = nil, nextToken: String? = nil, roomId: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Chime.ListRoomMembershipsRequest