AWSChimeSDKMessagingUpdateChannelFlowResponse
Objective-C
@interface AWSChimeSDKMessagingUpdateChannelFlowResponse
Swift
class AWSChimeSDKMessagingUpdateChannelFlowResponse
-
The ARN of the channel flow.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelFlowArn;
Swift
var channelFlowArn: String? { get set }