AWSConnectCreateContactFlowResponse

Objective-C

@interface AWSConnectCreateContactFlowResponse

Swift

class AWSConnectCreateContactFlowResponse
  • The Amazon Resource Name (ARN) of the flow.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable contactFlowArn;

    Swift

    var contactFlowArn: String? { get set }
  • The identifier of the flow.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable contactFlowId;

    Swift

    var contactFlowId: String? { get set }