Class: Aws::Connect::Types::ListTaskTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListTaskTemplatesResponse
- Defined in:
- gems/aws-sdk-connect/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.
7376 7377 7378 7379 7380 7381 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7376 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.
7376 7377 7378 7379 7380 7381 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7376 class ListTaskTemplatesResponse < Struct.new( :task_templates, :next_token) SENSITIVE = [] include Aws::Structure end |