AWSChimeSDKMessagingDescribeChannelMembershipForAppInstanceUserRequest
Objective-C
@interface AWSChimeSDKMessagingDescribeChannelMembershipForAppInstanceUserRequest
Swift
class AWSChimeSDKMessagingDescribeChannelMembershipForAppInstanceUserRequest
-
The ARN of the user or bot in a channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceUserArn;
Swift
var appInstanceUserArn: String? { get set }
-
The ARN of the channel to which the user belongs.
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 }