Class: Aws::Types::Project
- Inherits:
-
Object
- Object
- Aws::Types::Project
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_comments ⇒ ::String
Returns the value of attribute additional_comments.
-
#apn_programs ⇒ ::Array[::String]
Returns the value of attribute apn_programs.
-
#aws_partition ⇒ "aws-eusc"
Returns the value of attribute aws_partition.
-
#competitor_name ⇒ "Oracle Cloud", ...
Returns the value of attribute competitor_name.
-
#customer_business_problem ⇒ ::String
Returns the value of attribute customer_business_problem.
-
#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_competitor_names ⇒ ::String
Returns the value of attribute other_competitor_names.
-
#other_solution_description ⇒ ::String
Returns the value of attribute other_solution_description.
-
#related_opportunity_identifier ⇒ ::String
Returns the value of attribute related_opportunity_identifier.
-
#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.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#additional_comments ⇒ ::String
Returns the value of attribute additional_comments.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def additional_comments @additional_comments end |
#apn_programs ⇒ ::Array[::String]
Returns the value of attribute apn_programs.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def apn_programs @apn_programs end |
#aws_partition ⇒ "aws-eusc"
Returns the value of attribute aws_partition.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def aws_partition @aws_partition end |
#competitor_name ⇒ "Oracle Cloud", ...
Returns the value of attribute competitor_name.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def competitor_name @competitor_name end |
#customer_business_problem ⇒ ::String
Returns the value of attribute customer_business_problem.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def customer_business_problem @customer_business_problem end |
#customer_use_case ⇒ ::String
Returns the value of attribute customer_use_case.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 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.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def delivery_models @delivery_models end |
#expected_contract_duration ⇒ Types::ExpectedContractDuration
Returns the value of attribute expected_contract_duration.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def expected_contract_duration @expected_contract_duration end |
#expected_customer_spend ⇒ ::Array[Types::ExpectedCustomerSpend]
Returns the value of attribute expected_customer_spend.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def expected_customer_spend @expected_customer_spend end |
#other_competitor_names ⇒ ::String
Returns the value of attribute other_competitor_names.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def other_competitor_names @other_competitor_names end |
#other_solution_description ⇒ ::String
Returns the value of attribute other_solution_description.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def other_solution_description @other_solution_description end |
#related_opportunity_identifier ⇒ ::String
Returns the value of attribute related_opportunity_identifier.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def @related_opportunity_identifier 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.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def sales_activities @sales_activities end |
#title ⇒ ::String
Returns the value of attribute title.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def title @title end |