AWSConnectUpdateRuleRequest
Objective-C
@interface AWSConnectUpdateRuleRequest
Swift
class AWSConnectUpdateRuleRequest
-
A list of actions to be run when the rule is triggered.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRuleAction *> *_Nullable actions;
Swift
var actions: [AWSConnectRuleAction]? { get set }
-
The conditions of the rule.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable function;
Swift
var function: String? { get set }
-
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The name of the rule. You can change the name only if
TriggerEventSource
is one of the following values:OnZendeskTicketCreate
|OnZendeskTicketStatusUpdate
|OnSalesforceCaseCreate
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The publish status of the rule.
Declaration
Objective-C
@property (nonatomic) AWSConnectRulePublishStatus publishStatus;
Swift
var publishStatus: AWSConnectRulePublishStatus { get set }
-
A unique identifier for the rule.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleId;
Swift
var ruleId: String? { get set }