Module: Aws::PartnerCentralSelling::Client::_GetOpportunityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOpportunityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ ::String
- #created_date ⇒ ::Time
- #customer ⇒ Types::Customer
- #id ⇒ ::String
- #last_modified_date ⇒ ::Time
- #life_cycle ⇒ Types::LifeCycle
- #marketing ⇒ Types::Marketing
- #national_security ⇒ "Yes", "No"
- #opportunity_team ⇒ ::Array[Types::Contact]
- #opportunity_type ⇒ "Net New Business", ...
- #partner_opportunity_identifier ⇒ ::String
- #primary_needs_from_aws ⇒ ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
- #project ⇒ Types::Project
- #related_entity_identifiers ⇒ Types::RelatedEntityIdentifiers
- #software_revenue ⇒ Types::SoftwareRevenue
Instance Method Details
#arn ⇒ ::String
405 |
# File 'sig/client.rbs', line 405
def arn: () -> ::String
|
#catalog ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def catalog: () -> ::String
|
#created_date ⇒ ::Time
407 |
# File 'sig/client.rbs', line 407
def created_date: () -> ::Time
|
#customer ⇒ Types::Customer
399 |
# File 'sig/client.rbs', line 399
def customer: () -> Types::Customer
|
#id ⇒ ::String
404 |
# File 'sig/client.rbs', line 404
def id: () -> ::String
|
#last_modified_date ⇒ ::Time
406 |
# File 'sig/client.rbs', line 406
def last_modified_date: () -> ::Time
|
#life_cycle ⇒ Types::LifeCycle
409 |
# File 'sig/client.rbs', line 409
def life_cycle: () -> Types::LifeCycle
|
#marketing ⇒ Types::Marketing
402 |
# File 'sig/client.rbs', line 402
def marketing: () -> Types::Marketing
|
#national_security ⇒ "Yes", "No"
397 |
# File 'sig/client.rbs', line 397
def national_security: () -> ("Yes" | "No")
|
#opportunity_team ⇒ ::Array[Types::Contact]
410 |
# File 'sig/client.rbs', line 410
def opportunity_team: () -> ::Array[Types::Contact]
|
#opportunity_type ⇒ "Net New Business", ...
401 |
# File 'sig/client.rbs', line 401
def opportunity_type: () -> ("Net New Business" | "Flat Renewal" | "Expansion")
|
#partner_opportunity_identifier ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def partner_opportunity_identifier: () -> ::String
|
#primary_needs_from_aws ⇒ ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
396 |
# File 'sig/client.rbs', line 396
def primary_needs_from_aws: () -> ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
|
#related_entity_identifiers ⇒ Types::RelatedEntityIdentifiers
408 |
# File 'sig/client.rbs', line 408
def related_entity_identifiers: () -> Types::RelatedEntityIdentifiers
|
#software_revenue ⇒ Types::SoftwareRevenue
403 |
# File 'sig/client.rbs', line 403
def software_revenue: () -> Types::SoftwareRevenue
|