Class: Aws::Types::OpportunitySummaryView
- Inherits:
-
Object
- Object
- Aws::Types::OpportunitySummaryView
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer ⇒ Types::Customer
Returns the value of attribute customer.
-
#lifecycle ⇒ Types::LifeCycleForView
Returns the value of attribute lifecycle.
-
#opportunity_team ⇒ ::Array[Types::Contact]
Returns the value of attribute opportunity_team.
-
#opportunity_type ⇒ "Net New Business", ...
Returns the value of attribute opportunity_type.
-
#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::ProjectView
Returns the value of attribute project.
-
#related_entity_identifiers ⇒ Types::RelatedEntityIdentifiers
Returns the value of attribute related_entity_identifiers.
Instance Attribute Details
#customer ⇒ Types::Customer
Returns the value of attribute customer.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def customer @customer end |
#lifecycle ⇒ Types::LifeCycleForView
Returns the value of attribute lifecycle.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def lifecycle @lifecycle end |
#opportunity_team ⇒ ::Array[Types::Contact]
Returns the value of attribute opportunity_team.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def opportunity_team @opportunity_team end |
#opportunity_type ⇒ "Net New Business", ...
Returns the value of attribute opportunity_type.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def opportunity_type @opportunity_type 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.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def primary_needs_from_aws @primary_needs_from_aws end |
#project ⇒ Types::ProjectView
Returns the value of attribute project.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def project @project end |
#related_entity_identifiers ⇒ Types::RelatedEntityIdentifiers
Returns the value of attribute related_entity_identifiers.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def @related_entity_identifiers end |