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.
3581 3582 3583 3584 3585 3586 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3581 class ListOpportunitiesResponse < Struct.new( :opportunity_summaries, :next_token) 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.
3581 3582 3583 3584 3585 3586 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3581 class ListOpportunitiesResponse < Struct.new( :opportunity_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |