Class: Aws::PartnerCentralSelling::Types::ListOpportunitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListOpportunitiesResponse
- Includes:
- Structure
- Defined in:
- 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.
2028 2029 2030 2031 2032 2033 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2028 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.
2028 2029 2030 2031 2032 2033 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2028 class ListOpportunitiesResponse < Struct.new( :next_token, :opportunity_summaries) SENSITIVE = [] include Aws::Structure end |