AWSConnectCreateTaskTemplateResponse

Objective-C

@interface AWSConnectCreateTaskTemplateResponse

Swift

class AWSConnectCreateTaskTemplateResponse
  • arn

    The Amazon Resource Name (ARN) for the task template resource.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The identifier of the task template resource.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }