Class: Aws::Types::GetOpportunityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOpportunityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#customer ⇒ Types::Customer
Returns the value of attribute customer.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#life_cycle ⇒ Types::LifeCycle
Returns the value of attribute life_cycle.
-
#marketing ⇒ Types::Marketing
Returns the value of attribute marketing.
-
#national_security ⇒ "Yes", "No"
Returns the value of attribute national_security.
-
#opportunity_team ⇒ ::Array[Types::Contact]
Returns the value of attribute opportunity_team.
-
#opportunity_type ⇒ "Net New Business", ...
Returns the value of attribute opportunity_type.
-
#partner_opportunity_identifier ⇒ ::String
Returns the value of attribute partner_opportunity_identifier.
-
#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")]
Returns the value of attribute primary_needs_from_aws.
-
#project ⇒ Types::Project
Returns the value of attribute project.
-
#related_entity_identifiers ⇒ Types::RelatedEntityIdentifiers
Returns the value of attribute related_entity_identifiers.
-
#software_revenue ⇒ Types::SoftwareRevenue
Returns the value of attribute software_revenue.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
562 563 564 |
# File 'sig/types.rbs', line 562 def arn @arn end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
552 553 554 |
# File 'sig/types.rbs', line 552 def catalog @catalog end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
564 565 566 |
# File 'sig/types.rbs', line 564 def created_date @created_date end |
#customer ⇒ Types::Customer
Returns the value of attribute customer.
556 557 558 |
# File 'sig/types.rbs', line 556 def customer @customer end |
#id ⇒ ::String
Returns the value of attribute id.
561 562 563 |
# File 'sig/types.rbs', line 561 def id @id end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
563 564 565 |
# File 'sig/types.rbs', line 563 def last_modified_date @last_modified_date end |
#life_cycle ⇒ Types::LifeCycle
Returns the value of attribute life_cycle.
566 567 568 |
# File 'sig/types.rbs', line 566 def life_cycle @life_cycle end |
#marketing ⇒ Types::Marketing
Returns the value of attribute marketing.
559 560 561 |
# File 'sig/types.rbs', line 559 def marketing @marketing end |
#national_security ⇒ "Yes", "No"
Returns the value of attribute national_security.
554 555 556 |
# File 'sig/types.rbs', line 554 def national_security @national_security end |
#opportunity_team ⇒ ::Array[Types::Contact]
Returns the value of attribute opportunity_team.
567 568 569 |
# File 'sig/types.rbs', line 567 def opportunity_team @opportunity_team end |
#opportunity_type ⇒ "Net New Business", ...
Returns the value of attribute opportunity_type.
558 559 560 |
# File 'sig/types.rbs', line 558 def opportunity_type @opportunity_type end |
#partner_opportunity_identifier ⇒ ::String
Returns the value of attribute partner_opportunity_identifier.
555 556 557 |
# File 'sig/types.rbs', line 555 def partner_opportunity_identifier @partner_opportunity_identifier end |
#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")]
Returns the value of attribute primary_needs_from_aws.
553 554 555 |
# File 'sig/types.rbs', line 553 def primary_needs_from_aws @primary_needs_from_aws end |
#project ⇒ Types::Project
Returns the value of attribute project.
557 558 559 |
# File 'sig/types.rbs', line 557 def project @project end |
#related_entity_identifiers ⇒ Types::RelatedEntityIdentifiers
Returns the value of attribute related_entity_identifiers.
565 566 567 |
# File 'sig/types.rbs', line 565 def @related_entity_identifiers end |
#software_revenue ⇒ Types::SoftwareRevenue
Returns the value of attribute software_revenue.
560 561 562 |
# File 'sig/types.rbs', line 560 def software_revenue @software_revenue end |