AWSChimeSDKMessagingDescribeChannelModeratedByAppInstanceUserRequest
Objective-C
@interface AWSChimeSDKMessagingDescribeChannelModeratedByAppInstanceUserRequest
Swift
class AWSChimeSDKMessagingDescribeChannelModeratedByAppInstanceUserRequest
-
The ARN of the user or bot in the moderated channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceUserArn;
Swift
var appInstanceUserArn: String? { get set }
-
The ARN of the moderated channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The ARN of the
AppInstanceUser
orAppInstanceBot
that makes the API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable chimeBearer;
Swift
var chimeBearer: String? { get set }