AWSChimeSDKMessagingDescribeChannelBanRequest

Objective-C

@interface AWSChimeSDKMessagingDescribeChannelBanRequest

Swift

class AWSChimeSDKMessagingDescribeChannelBanRequest
  • The ARN of the channel from which the user is banned.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable channelArn;

    Swift

    var channelArn: String? { get set }
  • The ARN of the AppInstanceUser or AppInstanceBot 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 being banned.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable memberArn;

    Swift

    var memberArn: String? { get set }