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.
16006 16007 16008 16009 16010 16011 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16006 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.
16006 16007 16008 16009 16010 16011 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16006 class ListTaskTemplatesResponse < Struct.new( :task_templates, :next_token) SENSITIVE = [] include Aws::Structure end |