Class: Aws::Types::GetAwsOpportunitySummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAwsOpportunitySummaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#cosell_motion ⇒ ::String
Returns the value of attribute cosell_motion.
-
#customer ⇒ Types::AwsOpportunityCustomer
Returns the value of attribute customer.
-
#insights ⇒ Types::AwsOpportunityInsights
Returns the value of attribute insights.
-
#involvement_type ⇒ "For Visibility Only", "Co-Sell"
Returns the value of attribute involvement_type.
-
#involvement_type_change_reason ⇒ "Expansion Opportunity", ...
Returns the value of attribute involvement_type_change_reason.
-
#life_cycle ⇒ Types::AwsOpportunityLifeCycle
Returns the value of attribute life_cycle.
-
#opportunity_team ⇒ ::Array[Types::AwsTeamMember]
Returns the value of attribute opportunity_team.
-
#origin ⇒ "AWS Referral", "Partner Referral"
Returns the value of attribute origin.
-
#project ⇒ Types::AwsOpportunityProject
Returns the value of attribute project.
-
#related_entity_ids ⇒ Types::AwsOpportunityRelatedEntities
Returns the value of attribute related_entity_ids.
-
#related_opportunity_id ⇒ ::String
Returns the value of attribute related_opportunity_id.
-
#visibility ⇒ "Full", "Limited"
Returns the value of attribute visibility.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
493 494 495 |
# File 'sig/types.rbs', line 493 def catalog @catalog end |
#cosell_motion ⇒ ::String
Returns the value of attribute cosell_motion.
492 493 494 |
# File 'sig/types.rbs', line 492 def cosell_motion @cosell_motion end |
#customer ⇒ Types::AwsOpportunityCustomer
Returns the value of attribute customer.
490 491 492 |
# File 'sig/types.rbs', line 490 def customer @customer end |
#insights ⇒ Types::AwsOpportunityInsights
Returns the value of attribute insights.
487 488 489 |
# File 'sig/types.rbs', line 487 def insights @insights end |
#involvement_type ⇒ "For Visibility Only", "Co-Sell"
Returns the value of attribute involvement_type.
483 484 485 |
# File 'sig/types.rbs', line 483 def involvement_type @involvement_type end |
#involvement_type_change_reason ⇒ "Expansion Opportunity", ...
Returns the value of attribute involvement_type_change_reason.
488 489 490 |
# File 'sig/types.rbs', line 488 def involvement_type_change_reason @involvement_type_change_reason end |
#life_cycle ⇒ Types::AwsOpportunityLifeCycle
Returns the value of attribute life_cycle.
485 486 487 |
# File 'sig/types.rbs', line 485 def life_cycle @life_cycle end |
#opportunity_team ⇒ ::Array[Types::AwsTeamMember]
Returns the value of attribute opportunity_team.
486 487 488 |
# File 'sig/types.rbs', line 486 def opportunity_team @opportunity_team end |
#origin ⇒ "AWS Referral", "Partner Referral"
Returns the value of attribute origin.
482 483 484 |
# File 'sig/types.rbs', line 482 def origin @origin end |
#project ⇒ Types::AwsOpportunityProject
Returns the value of attribute project.
491 492 493 |
# File 'sig/types.rbs', line 491 def project @project end |
#related_entity_ids ⇒ Types::AwsOpportunityRelatedEntities
Returns the value of attribute related_entity_ids.
489 490 491 |
# File 'sig/types.rbs', line 489 def @related_entity_ids end |
#related_opportunity_id ⇒ ::String
Returns the value of attribute related_opportunity_id.
481 482 483 |
# File 'sig/types.rbs', line 481 def @related_opportunity_id end |
#visibility ⇒ "Full", "Limited"
Returns the value of attribute visibility.
484 485 486 |
# File 'sig/types.rbs', line 484 def visibility @visibility end |