Class: Aws::Types::UpdateOpportunityRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOpportunityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#customer ⇒ Types::Customer
Returns the value of attribute customer.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#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_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.
-
#software_revenue ⇒ Types::SoftwareRevenue
Returns the value of attribute software_revenue.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def catalog @catalog end |
#customer ⇒ Types::Customer
Returns the value of attribute customer.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def customer @customer end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def identifier @identifier end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def last_modified_date @last_modified_date end |
#life_cycle ⇒ Types::LifeCycle
Returns the value of attribute life_cycle.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def life_cycle @life_cycle end |
#marketing ⇒ Types::Marketing
Returns the value of attribute marketing.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def marketing @marketing end |
#national_security ⇒ "Yes", "No"
Returns the value of attribute national_security.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def national_security @national_security end |
#opportunity_type ⇒ "Net New Business", ...
Returns the value of attribute opportunity_type.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def opportunity_type @opportunity_type end |
#partner_opportunity_identifier ⇒ ::String
Returns the value of attribute partner_opportunity_identifier.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 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.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def primary_needs_from_aws @primary_needs_from_aws end |
#project ⇒ Types::Project
Returns the value of attribute project.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def project @project end |
#software_revenue ⇒ Types::SoftwareRevenue
Returns the value of attribute software_revenue.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def software_revenue @software_revenue end |