Class: Aws::PartnerCentralSelling::Types::GetAwsOpportunitySummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetAwsOpportunitySummaryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog in which the AWS Opportunity exists.
-
#cosell_motion ⇒ String
Engagement classification for this opportunity.
-
#customer ⇒ Types::AwsOpportunityCustomer
Provides details about the customer associated with the AWS Opportunity, including account information, industry, and other customer data.
-
#insights ⇒ Types::AwsOpportunityInsights
Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS suggests for the partner.
-
#involvement_type ⇒ String
Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support.
-
#involvement_type_change_reason ⇒ String
Provides a reason for any changes in the involvement type of AWS in the opportunity.
-
#life_cycle ⇒ Types::AwsOpportunityLifeCycle
Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close date.
-
#opportunity_team ⇒ Array<Types::AwsTeamMember>
Details the AWS opportunity team, including members involved.
-
#origin ⇒ String
Specifies whether the AWS Opportunity originated from AWS or the partner.
-
#project ⇒ Types::AwsOpportunityProject
Provides details about the project associated with the AWS Opportunity, including the customer’s business problem, expected outcomes, and project scope.
-
#related_entity_ids ⇒ Types::AwsOpportunityRelatedEntities
Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS Opportunity.
-
#related_opportunity_id ⇒ String
Provides the unique identifier of the related partner opportunity, allowing partners to link the AWS Opportunity to their corresponding opportunity in their CRM system.
-
#visibility ⇒ String
Defines the visibility level for the AWS Opportunity.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog in which the AWS Opportunity exists. This is
the environment (e.g., AWS or Sandbox) where the opportunity is
being managed.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#cosell_motion ⇒ String
Engagement classification for this opportunity. Read-only. Null
before scoring. Known values: AWS Field-engaged, Agent-engaged,
Partner-led.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#customer ⇒ Types::AwsOpportunityCustomer
Provides details about the customer associated with the AWS Opportunity, including account information, industry, and other customer data. These details help partners understand the business context of the opportunity.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#insights ⇒ Types::AwsOpportunityInsights
Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS suggests for the partner.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#involvement_type ⇒ String
Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. This field helps partners understand the role AWS plays in advancing the opportunity.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#involvement_type_change_reason ⇒ String
Provides a reason for any changes in the involvement type of AWS in
the opportunity. This field is used to track why the level of AWS
engagement has changed from For Visibility Only to Co-sell
offering transparency into the partnership dynamics.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#life_cycle ⇒ Types::AwsOpportunityLifeCycle
Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close date. This field is crucial for partners to monitor the progression of the opportunity.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#opportunity_team ⇒ Array<Types::AwsTeamMember>
Details the AWS opportunity team, including members involved. This information helps partners know who from AWS is engaged and what their role is.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#origin ⇒ String
Specifies whether the AWS Opportunity originated from AWS or the partner. This helps distinguish between opportunities that were sourced by AWS and those referred by the partner.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#project ⇒ Types::AwsOpportunityProject
Provides details about the project associated with the AWS Opportunity, including the customer’s business problem, expected outcomes, and project scope. This information is crucial for understanding the broader context of the opportunity.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#related_entity_ids ⇒ Types::AwsOpportunityRelatedEntities
Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS Opportunity. These identifiers provide additional context and help partners understand which AWS services are involved.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#related_opportunity_id ⇒ String
Provides the unique identifier of the related partner opportunity, allowing partners to link the AWS Opportunity to their corresponding opportunity in their CRM system.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Defines the visibility level for the AWS Opportunity. Use Full
visibility for most cases, while Limited visibility is reserved
for special programs or sensitive opportunities.
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2295 class GetAwsOpportunitySummaryResponse < Struct.new( :related_opportunity_id, :origin, :involvement_type, :visibility, :life_cycle, :opportunity_team, :insights, :involvement_type_change_reason, :related_entity_ids, :customer, :project, :cosell_motion, :catalog) SENSITIVE = [] include Aws::Structure end |