Class: Aws::Connect::Types::ListTaskTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListTaskTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#task_templates ⇒ Array<Types::TaskTemplateMetadata>
Provides details about a list of task templates belonging to an instance.
Instance Attribute Details
#next_token ⇒ String
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.
14130 14131 14132 14133 14134 14135 |
# File 'lib/aws-sdk-connect/types.rb', line 14130 class ListTaskTemplatesResponse < Struct.new( :task_templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#task_templates ⇒ Array<Types::TaskTemplateMetadata>
Provides details about a list of task templates belonging to an instance.
14130 14131 14132 14133 14134 14135 |
# File 'lib/aws-sdk-connect/types.rb', line 14130 class ListTaskTemplatesResponse < Struct.new( :task_templates, :next_token) SENSITIVE = [] include Aws::Structure end |