AWSChimeSDKMessagingDescribeChannelMembershipRequest
Objective-C
@interface AWSChimeSDKMessagingDescribeChannelMembershipRequest
Swift
class AWSChimeSDKMessagingDescribeChannelMembershipRequest
-
The ARN of the 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 }
-
The
AppInstanceUserArn
of the member.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable memberArn;
Swift
var memberArn: String? { get set }
-
The ID of the SubChannel in the request. The response contains an
ElasticChannelConfiguration
object.Only required to get a user’s SubChannel membership details.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subChannelId;
Swift
var subChannelId: String? { get set }