Class: Aws::PartnerCentralSelling::Types::ListOpportunitiesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

Specifies the catalog associated with the request. This field takes a string value from a predefined list: ‘AWS` or `Sandbox`. The catalog determines which environment the opportunities are listed in. Use `AWS` for listing real opportunities in the Amazon Web Services catalog, and `Sandbox` for testing in secure, isolated environments.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3553

class ListOpportunitiesRequest < Struct.new(
  :catalog,
  :max_results,
  :next_token,
  :sort,
  :last_modified_date,
  :identifier,
  :life_cycle_stage,
  :life_cycle_review_status,
  :customer_company_name)
  SENSITIVE = []
  include Aws::Structure
end

#customer_company_nameArray<String>

Filters the opportunities based on the customer’s company name. This allows partners to search for opportunities associated with a specific customer by matching the provided company name string.

Returns:

  • (Array<String>)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3553

class ListOpportunitiesRequest < Struct.new(
  :catalog,
  :max_results,
  :next_token,
  :sort,
  :last_modified_date,
  :identifier,
  :life_cycle_stage,
  :life_cycle_review_status,
  :customer_company_name)
  SENSITIVE = []
  include Aws::Structure
end

#identifierArray<String>

Filters the opportunities based on the opportunity identifier. This allows partners to retrieve specific opportunities by providing their unique identifiers, ensuring precise results.

Returns:

  • (Array<String>)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3553

class ListOpportunitiesRequest < Struct.new(
  :catalog,
  :max_results,
  :next_token,
  :sort,
  :last_modified_date,
  :identifier,
  :life_cycle_stage,
  :life_cycle_review_status,
  :customer_company_name)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTypes::LastModifiedDate

Filters the opportunities based on their last modified date. This filter helps retrieve opportunities that were updated after the specified date, allowing partners to track recent changes or updates.



3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3553

class ListOpportunitiesRequest < Struct.new(
  :catalog,
  :max_results,
  :next_token,
  :sort,
  :last_modified_date,
  :identifier,
  :life_cycle_stage,
  :life_cycle_review_status,
  :customer_company_name)
  SENSITIVE = []
  include Aws::Structure
end

#life_cycle_review_statusArray<String>

Filters the opportunities based on their current lifecycle approval status. Use this filter to retrieve opportunities with statuses such as ‘Pending Submission`, `In Review`, `Action Required`, or `Approved`.

Returns:

  • (Array<String>)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3553

class ListOpportunitiesRequest < Struct.new(
  :catalog,
  :max_results,
  :next_token,
  :sort,
  :last_modified_date,
  :identifier,
  :life_cycle_stage,
  :life_cycle_review_status,
  :customer_company_name)
  SENSITIVE = []
  include Aws::Structure
end

#life_cycle_stageArray<String>

Filters the opportunities based on their lifecycle stage. This filter allows partners to retrieve opportunities at various stages in the sales cycle, such as ‘Qualified`, `Technical Validation`, `Business Validation`, or `Closed Won`.

Returns:

  • (Array<String>)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3553

class ListOpportunitiesRequest < Struct.new(
  :catalog,
  :max_results,
  :next_token,
  :sort,
  :last_modified_date,
  :identifier,
  :life_cycle_stage,
  :life_cycle_review_status,
  :customer_company_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of results to return in a single call. This limits the number of opportunities returned in the response to avoid providing too many results at once.

Default: 20

Returns:

  • (Integer)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3553

class ListOpportunitiesRequest < Struct.new(
  :catalog,
  :max_results,
  :next_token,
  :sort,
  :last_modified_date,
  :identifier,
  :life_cycle_stage,
  :life_cycle_review_status,
  :customer_company_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3553

class ListOpportunitiesRequest < Struct.new(
  :catalog,
  :max_results,
  :next_token,
  :sort,
  :last_modified_date,
  :identifier,
  :life_cycle_stage,
  :life_cycle_review_status,
  :customer_company_name)
  SENSITIVE = []
  include Aws::Structure
end

#sortTypes::OpportunitySort

An object that specifies how the response is sorted. The default ‘Sort.SortBy` value is `LastModifiedDate`.



3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3553

class ListOpportunitiesRequest < Struct.new(
  :catalog,
  :max_results,
  :next_token,
  :sort,
  :last_modified_date,
  :identifier,
  :life_cycle_stage,
  :life_cycle_review_status,
  :customer_company_name)
  SENSITIVE = []
  include Aws::Structure
end