AWSChimeSDKMessagingListChannelMembershipsForAppInstanceUserRequest
Objective-C
@interface AWSChimeSDKMessagingListChannelMembershipsForAppInstanceUserRequest
Swift
class AWSChimeSDKMessagingListChannelMembershipsForAppInstanceUserRequest
-
The ARN of the user or bot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceUserArn;Swift
var appInstanceUserArn: String? { get set } -
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable chimeBearer;Swift
var chimeBearer: String? { get set } -
The maximum number of users that you want returned.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
The token returned from previous API requests until the number of channel memberships is reached.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingListChannelMembershipsForAppInstanceUserRequest Class Reference