AWSChimeSDKMessagingDeleteChannelRequest
Objective-C
@interface AWSChimeSDKMessagingDeleteChannelRequest
Swift
class AWSChimeSDKMessagingDeleteChannelRequest
-
The ARN of the channel being deleted.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;Swift
var channelArn: String? { get set } -
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable chimeBearer;Swift
var chimeBearer: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingDeleteChannelRequest Class Reference