Class: Aws::Types::ProjectSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProjectSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#delivery_models ⇒ ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
Returns the value of attribute delivery_models.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def delivery_models @delivery_models end |
#expected_contract_duration ⇒ Types::ExpectedContractDuration
Returns the value of attribute expected_contract_duration.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def expected_contract_duration @expected_contract_duration end |
#expected_customer_spend ⇒ ::Array[Types::ExpectedCustomerSpend]
Returns the value of attribute expected_customer_spend.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def expected_customer_spend @expected_customer_spend end |