Class: Aws::PartnerCentralSelling::Types::ListOpportunitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListOpportunitiesResponse
- 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 pagination token used to retrieve the next set of results in subsequent calls.
-
#opportunity_summaries ⇒ Array<Types::OpportunitySummary>
An array that contains minimal details for opportunities that match the request criteria.
Instance Attribute Details
#next_token ⇒ String
A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.
3572 3573 3574 3575 3576 3577 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3572 class ListOpportunitiesResponse < Struct.new( :next_token, :opportunity_summaries) SENSITIVE = [] include Aws::Structure end |
#opportunity_summaries ⇒ Array<Types::OpportunitySummary>
An array that contains minimal details for opportunities that match the request criteria. This summary view provides a quick overview of relevant opportunities.
3572 3573 3574 3575 3576 3577 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3572 class ListOpportunitiesResponse < Struct.new( :next_token, :opportunity_summaries) SENSITIVE = [] include Aws::Structure end |