Class: Aws::PartnerCentralSelling::Types::ListEngagementByAcceptingInvitationTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListEngagementByAcceptingInvitationTasksResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/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.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.
-
#task_summaries ⇒ Array<Types::ListEngagementByAcceptingInvitationTaskSummary>
An array of
EngagementByAcceptingInvitationTaskSummary
objects, each representing a task that matches the specified filters.
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.
3038 3039 3040 3041 3042 3043 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3038 class ListEngagementByAcceptingInvitationTasksResponse < Struct.new( :next_token, :task_summaries) SENSITIVE = [] include Aws::Structure end |
#task_summaries ⇒ Array<Types::ListEngagementByAcceptingInvitationTaskSummary>
An array of EngagementByAcceptingInvitationTaskSummary
objects,
each representing a task that matches the specified filters. The
array may be empty if no tasks match the criteria.
3038 3039 3040 3041 3042 3043 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3038 class ListEngagementByAcceptingInvitationTasksResponse < Struct.new( :next_token, :task_summaries) SENSITIVE = [] include Aws::Structure end |