AWSChimeSDKMessagingListSubChannelsRequest
Objective-C
@interface AWSChimeSDKMessagingListSubChannelsRequest
Swift
class AWSChimeSDKMessagingListSubChannelsRequest
-
The ARN of elastic channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;Swift
var channelArn: String? { get set } -
The
AppInstanceUserArnof the user making the API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable chimeBearer;Swift
var chimeBearer: String? { get set } -
The maximum number of sub-channels that you want to return.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
The token passed by previous API calls until all requested sub-channels are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingListSubChannelsRequest Class Reference