Class: Aws::Types::CreateOpportunityRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOpportunityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#customer ⇒ Types::Customer
Returns the value of attribute customer.
-
#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.
-
#origin ⇒ "AWS Referral", "Partner Referral"
Returns the value of attribute origin.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
253 254 255 |
# File 'sig/types.rbs', line 253 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
262 263 264 |
# File 'sig/types.rbs', line 262 def client_token @client_token end |
#customer ⇒ Types::Customer
Returns the value of attribute customer.
257 258 259 |
# File 'sig/types.rbs', line 257 def customer @customer end |
#life_cycle ⇒ Types::LifeCycle
Returns the value of attribute life_cycle.
263 264 265 |
# File 'sig/types.rbs', line 263 def life_cycle @life_cycle end |
#marketing ⇒ Types::Marketing
Returns the value of attribute marketing.
260 261 262 |
# File 'sig/types.rbs', line 260 def marketing @marketing end |
#national_security ⇒ "Yes", "No"
Returns the value of attribute national_security.
255 256 257 |
# File 'sig/types.rbs', line 255 def national_security @national_security end |
#opportunity_team ⇒ ::Array[Types::Contact]
Returns the value of attribute opportunity_team.
265 266 267 |
# File 'sig/types.rbs', line 265 def opportunity_team @opportunity_team end |
#opportunity_type ⇒ "Net New Business", ...
Returns the value of attribute opportunity_type.
259 260 261 |
# File 'sig/types.rbs', line 259 def opportunity_type @opportunity_type end |
#origin ⇒ "AWS Referral", "Partner Referral"
Returns the value of attribute origin.
264 265 266 |
# File 'sig/types.rbs', line 264 def origin @origin end |
#partner_opportunity_identifier ⇒ ::String
Returns the value of attribute partner_opportunity_identifier.
256 257 258 |
# File 'sig/types.rbs', line 256 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.
254 255 256 |
# File 'sig/types.rbs', line 254 def primary_needs_from_aws @primary_needs_from_aws end |
#project ⇒ Types::Project
Returns the value of attribute project.
258 259 260 |
# File 'sig/types.rbs', line 258 def project @project end |
#software_revenue ⇒ Types::SoftwareRevenue
Returns the value of attribute software_revenue.
261 262 263 |
# File 'sig/types.rbs', line 261 def software_revenue @software_revenue end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
266 267 268 |
# File 'sig/types.rbs', line 266 def @tags end |