Module: Aws::PartnerCentralSelling::Client::_GetAwsOpportunitySummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAwsOpportunitySummaryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #catalog ⇒ ::String
- #cosell_motion ⇒ ::String
- #customer ⇒ Types::AwsOpportunityCustomer
- #insights ⇒ Types::AwsOpportunityInsights
- #involvement_type ⇒ "For Visibility Only", "Co-Sell"
- #involvement_type_change_reason ⇒ "Expansion Opportunity", ...
- #life_cycle ⇒ Types::AwsOpportunityLifeCycle
- #opportunity_team ⇒ ::Array[Types::AwsTeamMember]
- #origin ⇒ "AWS Referral", "Partner Referral"
- #project ⇒ Types::AwsOpportunityProject
- #related_entity_ids ⇒ Types::AwsOpportunityRelatedEntities
- #related_opportunity_id ⇒ ::String
- #visibility ⇒ "Full", "Limited"
Instance Method Details
#catalog ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def catalog: () -> ::String
|
#cosell_motion ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def cosell_motion: () -> ::String
|
#customer ⇒ Types::AwsOpportunityCustomer
333 |
# File 'sig/client.rbs', line 333
def customer: () -> Types::AwsOpportunityCustomer
|
#insights ⇒ Types::AwsOpportunityInsights
330 |
# File 'sig/client.rbs', line 330
def insights: () -> Types::AwsOpportunityInsights
|
#involvement_type ⇒ "For Visibility Only", "Co-Sell"
326 |
# File 'sig/client.rbs', line 326
def involvement_type: () -> ("For Visibility Only" | "Co-Sell")
|
#involvement_type_change_reason ⇒ "Expansion Opportunity", ...
331 |
# File 'sig/client.rbs', line 331
def involvement_type_change_reason: () -> ("Expansion Opportunity" | "Change in Deal Information" | "Customer Requested" | "Technical Complexity" | "Risk Mitigation")
|
#life_cycle ⇒ Types::AwsOpportunityLifeCycle
328 |
# File 'sig/client.rbs', line 328
def life_cycle: () -> Types::AwsOpportunityLifeCycle
|
#opportunity_team ⇒ ::Array[Types::AwsTeamMember]
329 |
# File 'sig/client.rbs', line 329
def opportunity_team: () -> ::Array[Types::AwsTeamMember]
|
#origin ⇒ "AWS Referral", "Partner Referral"
325 |
# File 'sig/client.rbs', line 325
def origin: () -> ("AWS Referral" | "Partner Referral")
|
#project ⇒ Types::AwsOpportunityProject
334 |
# File 'sig/client.rbs', line 334
def project: () -> Types::AwsOpportunityProject
|
#related_entity_ids ⇒ Types::AwsOpportunityRelatedEntities
332 |
# File 'sig/client.rbs', line 332
def related_entity_ids: () -> Types::AwsOpportunityRelatedEntities
|
#related_opportunity_id ⇒ ::String
324 |
# File 'sig/client.rbs', line 324
def related_opportunity_id: () -> ::String
|
#visibility ⇒ "Full", "Limited"
327 |
# File 'sig/client.rbs', line 327
def visibility: () -> ("Full" | "Limited")
|