Class: Aws::Connect::Types::ListTaskTemplatesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


21599
21600
21601
21602
21603
21604
# File 'lib/aws-sdk-connect/types.rb', line 21599

class ListTaskTemplatesResponse < Struct.new(
  :task_templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_templatesArray<Types::TaskTemplateMetadata>

Provides details about a list of task templates belonging to an instance.

Returns:



21599
21600
21601
21602
21603
21604
# File 'lib/aws-sdk-connect/types.rb', line 21599

class ListTaskTemplatesResponse < Struct.new(
  :task_templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end