Class: Aws::Types::BusinessGoals
- Inherits:
-
Object
- Object
- Aws::Types::BusinessGoals
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_cost_reduction ⇒ ::Integer
Returns the value of attribute license_cost_reduction.
-
#modernize_infrastructure_with_cloud_native_technologies ⇒ ::Integer
Returns the value of attribute modernize_infrastructure_with_cloud_native_technologies.
-
#reduce_operational_overhead_with_managed_services ⇒ ::Integer
Returns the value of attribute reduce_operational_overhead_with_managed_services.
-
#speed_of_migration ⇒ ::Integer
Returns the value of attribute speed_of_migration.
Instance Attribute Details
#license_cost_reduction ⇒ ::Integer
Returns the value of attribute license_cost_reduction.
159 160 161 |
# File 'sig/types.rbs', line 159 def license_cost_reduction @license_cost_reduction end |
#modernize_infrastructure_with_cloud_native_technologies ⇒ ::Integer
Returns the value of attribute modernize_infrastructure_with_cloud_native_technologies.
160 161 162 |
# File 'sig/types.rbs', line 160 def modernize_infrastructure_with_cloud_native_technologies @modernize_infrastructure_with_cloud_native_technologies end |
#reduce_operational_overhead_with_managed_services ⇒ ::Integer
Returns the value of attribute reduce_operational_overhead_with_managed_services.
161 162 163 |
# File 'sig/types.rbs', line 161 def reduce_operational_overhead_with_managed_services @reduce_operational_overhead_with_managed_services end |
#speed_of_migration ⇒ ::Integer
Returns the value of attribute speed_of_migration.
162 163 164 |
# File 'sig/types.rbs', line 162 def speed_of_migration @speed_of_migration end |