AWSConnectContactFlowModule
Objective-C
@interface AWSConnectContactFlowModule
Swift
class AWSConnectContactFlowModule
Contains information about a flow module.
-
The Amazon Resource Name (ARN).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;Swift
var arn: String? { get set } -
The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable content;Swift
var content: String? { get set } -
The description of the flow module.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: 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 } -
The status of the flow module.
Declaration
Objective-C
@property (nonatomic) AWSConnectContactFlowModuleStatus status;Swift
var status: AWSConnectContactFlowModuleStatus { get set } -
The tags used to organize, track, or control access for this resource. For example, { “Tags”: {“key1”:“value1”, “key2”:“value2”} }.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;Swift
var tags: [String : String]? { get set }
View on GitHub
Install in Dash
AWSConnectContactFlowModule Class Reference