AWSChimeSDKMessagingChannelFlow
Objective-C
@interface AWSChimeSDKMessagingChannelFlow
Swift
class AWSChimeSDKMessagingChannelFlow
The 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 time at which the channel flow was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdTimestamp;Swift
var createdTimestamp: Date? { get set } -
The time at which a channel flow was updated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdatedTimestamp;Swift
var lastUpdatedTimestamp: Date? { 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
AWSChimeSDKMessagingChannelFlow Class Reference