Class: Aws::PartnerCentralSelling::Types::ListEngagementFromOpportunityTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListEngagementFromOpportunityTasksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token used for pagination to retrieve the next page of results.
-
#task_summaries ⇒ Array<Types::ListEngagementFromOpportunityTaskSummary>
TaskSummaries An array of TaskSummary objects containing details about each task.
Instance Attribute Details
#next_token ⇒ String
A token used for pagination to retrieve the next page of results. If there are more results available, this field will contain a token that can be used in a subsequent API call to retrieve the next page. If there are no more results, this field will be null or an empty string.
3687 3688 3689 3690 3691 3692 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3687 class ListEngagementFromOpportunityTasksResponse < Struct.new( :task_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#task_summaries ⇒ Array<Types::ListEngagementFromOpportunityTaskSummary>
TaskSummaries An array of TaskSummary objects containing details about each task.
3687 3688 3689 3690 3691 3692 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3687 class ListEngagementFromOpportunityTasksResponse < Struct.new( :task_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |