AWSConnectCreateContactFlowModuleResponse
Objective-C
@interface AWSConnectCreateContactFlowModuleResponse
Swift
class AWSConnectCreateContactFlowModuleResponse
-
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 }