Class: Aws::Types::ProjectView
- Inherits:
-
Object
- Object
- Aws::Types::ProjectView
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_use_case ⇒ ::String
Returns the value of attribute customer_use_case.
-
#delivery_models ⇒ ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
Returns the value of attribute delivery_models.
-
#expected_contract_duration ⇒ Types::ExpectedContractDuration
Returns the value of attribute expected_contract_duration.
-
#expected_customer_spend ⇒ ::Array[Types::ExpectedCustomerSpend]
Returns the value of attribute expected_customer_spend.
-
#other_solution_description ⇒ ::String
Returns the value of attribute other_solution_description.
-
#sales_activities ⇒ ::Array[("Initialized discussions with customer" | "Customer has shown interest in solution" | "Conducted POC / Demo" | "In evaluation / planning stage" | "Agreed on solution to Business Problem" | "Completed Action Plan" | "Finalized Deployment Need" | "SOW Signed")]
Returns the value of attribute sales_activities.
Instance Attribute Details
#customer_use_case ⇒ ::String
Returns the value of attribute customer_use_case.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def customer_use_case @customer_use_case end |
#delivery_models ⇒ ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
Returns the value of attribute delivery_models.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def delivery_models @delivery_models end |
#expected_contract_duration ⇒ Types::ExpectedContractDuration
Returns the value of attribute expected_contract_duration.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def expected_contract_duration @expected_contract_duration end |
#expected_customer_spend ⇒ ::Array[Types::ExpectedCustomerSpend]
Returns the value of attribute expected_customer_spend.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def expected_customer_spend @expected_customer_spend end |
#other_solution_description ⇒ ::String
Returns the value of attribute other_solution_description.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def other_solution_description @other_solution_description end |
#sales_activities ⇒ ::Array[("Initialized discussions with customer" | "Customer has shown interest in solution" | "Conducted POC / Demo" | "In evaluation / planning stage" | "Agreed on solution to Business Problem" | "Completed Action Plan" | "Finalized Deployment Need" | "SOW Signed")]
Returns the value of attribute sales_activities.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def sales_activities @sales_activities end |