AWSConnectContactFlowModuleSummary
Objective-C
@interface AWSConnectContactFlowModuleSummary
Swift
class AWSConnectContactFlowModuleSummary
Contains summary information about a flow.
-
The Amazon Resource Name (ARN) of the flow module.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;Swift
var arn: String? { get set } -
The identifier of the flow module.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set } -
The name of the flow module.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
The type of flow module.
Declaration
Objective-C
@property (nonatomic) AWSConnectContactFlowModuleState state;Swift
var state: AWSConnectContactFlowModuleState { get set }
View on GitHub
Install in Dash
AWSConnectContactFlowModuleSummary Class Reference