AWSConnectGetTaskTemplateRequest
Objective-C
@interface AWSConnectGetTaskTemplateRequest
Swift
class AWSConnectGetTaskTemplateRequest
-
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 system generated version of a task template that is associated with a task, when the task is created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable snapshotVersion;
Swift
var snapshotVersion: String? { get set }
-
A unique identifier for the task template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable taskTemplateId;
Swift
var taskTemplateId: String? { get set }