AWSConnectTaskTemplateMetadata

Objective-C

@interface AWSConnectTaskTemplateMetadata

Swift

class AWSConnectTaskTemplateMetadata

Contains summary information about the task template.

  • arn

    The Amazon Resource Name (ARN) of the task template.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The timestamp when the task template was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable createdTime;

    Swift

    var createdTime: Date? { get set }
  • The description of the task template.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • A unique identifier for the task template.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }
  • The timestamp when the task template was last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;

    Swift

    var lastModifiedTime: Date? { get set }
  • The name of the task template.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectTaskTemplateStatus status;

    Swift

    var status: AWSConnectTaskTemplateStatus { get set }