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.
-
#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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) 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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1785 class GetAwsOpportunitySummaryResponse < Struct.new( :catalog, :customer, :insights, :involvement_type, :involvement_type_change_reason, :life_cycle, :opportunity_team, :origin, :project, :related_entity_ids, :related_opportunity_id, :visibility) SENSITIVE = [] include Aws::Structure end |