AWSChimeSDKMessagingChannelFlowSummary
Objective-C
@interface AWSChimeSDKMessagingChannelFlowSummary
Swift
class AWSChimeSDKMessagingChannelFlowSummary
Summary of details of a channel flow.
-
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 }
View on GitHub
Install in Dash
AWSChimeSDKMessagingChannelFlowSummary Class Reference