AWSChimeSDKMessagingCreateChannelBanResponse
Objective-C
@interface AWSChimeSDKMessagingCreateChannelBanResponse
Swift
class AWSChimeSDKMessagingCreateChannelBanResponse
-
The ARN of the response to the ban request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The
ChannelArn
andBannedIdentity
of the member in the ban response.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable member;
Swift
var member: AWSChimeSDKMessagingIdentity? { get set }