Class: Aws::Types::ProjectView

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:other_solution_description])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_use_case::String

Returns the value of attribute customer_use_case.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")])


1175
1176
1177
# File 'sig/types.rbs', line 1175

def delivery_models
  @delivery_models
end

#expected_contract_durationTypes::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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::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")])


1179
1180
1181
# File 'sig/types.rbs', line 1179

def sales_activities
  @sales_activities
end