AWSChimeSDKMessagingUpdateChannelFlowRequest

Objective-C

@interface AWSChimeSDKMessagingUpdateChannelFlowRequest

Swift

class AWSChimeSDKMessagingUpdateChannelFlowRequest
  • The ARN of the channel flow.

    Declaration

    Objective-C

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

    Swift

    var channelFlowArn: String? { get set }
  • The name of the channel flow.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • Information about the processor Lambda functions

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSChimeSDKMessagingProcessor *> *_Nullable processors;

    Swift

    var processors: [AWSChimeSDKMessagingProcessor]? { get set }