AWSConnectListTaskTemplatesResponse

Objective-C

@interface AWSConnectListTaskTemplatesResponse

Swift

class AWSConnectListTaskTemplatesResponse
  • If there are additional results, this is the token for the next set of results.

    This is always returned as a null in the response.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • Provides details about a list of task templates belonging to an instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectTaskTemplateMetadata *> *_Nullable taskTemplates;

    Swift

    var taskTemplates: [AWSConnectTaskTemplateMetadata]? { get set }