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
404 |
# File 'sig/client.rbs', line 404
def arn: () -> ::String
|
#catalog ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def catalog: () -> ::String
|
#created_date ⇒ ::Time
406 |
# File 'sig/client.rbs', line 406
def created_date: () -> ::Time
|
#customer ⇒ Types::Customer
398 |
# File 'sig/client.rbs', line 398
def customer: () -> Types::Customer
|
#id ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def id: () -> ::String
|
#last_modified_date ⇒ ::Time
405 |
# File 'sig/client.rbs', line 405
def last_modified_date: () -> ::Time
|
#life_cycle ⇒ Types::LifeCycle
408 |
# File 'sig/client.rbs', line 408
def life_cycle: () -> Types::LifeCycle
|
#marketing ⇒ Types::Marketing
401 |
# File 'sig/client.rbs', line 401
def marketing: () -> Types::Marketing
|
#national_security ⇒ "Yes", "No"
396 |
# File 'sig/client.rbs', line 396
def national_security: () -> ("Yes" | "No")
|
#opportunity_team ⇒ ::Array[Types::Contact]
409 |
# File 'sig/client.rbs', line 409
def opportunity_team: () -> ::Array[Types::Contact]
|
#opportunity_type ⇒ "Net New Business", ...
400 |
# File 'sig/client.rbs', line 400
def opportunity_type: () -> ("Net New Business" | "Flat Renewal" | "Expansion")
|
#partner_opportunity_identifier ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
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")]
395 |
# File 'sig/client.rbs', line 395
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
407 |
# File 'sig/client.rbs', line 407
def related_entity_identifiers: () -> Types::RelatedEntityIdentifiers
|
#software_revenue ⇒ Types::SoftwareRevenue
402 |
# File 'sig/client.rbs', line 402
def software_revenue: () -> Types::SoftwareRevenue
|