AWSChimeSDKMessagingDisassociateChannelFlowRequest

Objective-C

@interface AWSChimeSDKMessagingDisassociateChannelFlowRequest

Swift

class AWSChimeSDKMessagingDisassociateChannelFlowRequest
  • The ARN of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }
  • The ARN of the channel flow.

    Declaration

    Objective-C

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

    Swift

    var channelFlowArn: String? { get set }
  • The AppInstanceUserArn of the user making the API call.

    Declaration

    Objective-C

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

    Swift

    var chimeBearer: String? { get set }