Class: Aws::MigrationHubStrategyRecommendations::Types::BusinessGoals
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::BusinessGoals
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Business goals that you specify.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_cost_reduction ⇒ Integer
Business goal to reduce license costs.
-
#modernize_infrastructure_with_cloud_native_technologies ⇒ Integer
Business goal to modernize infrastructure by moving to cloud native technologies.
-
#reduce_operational_overhead_with_managed_services ⇒ Integer
Business goal to reduce the operational overhead on the team by moving into managed services.
-
#speed_of_migration ⇒ Integer
Business goal to achieve migration at a fast pace.
Instance Attribute Details
#license_cost_reduction ⇒ Integer
Business goal to reduce license costs.
534 535 536 537 538 539 540 541 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 534 class BusinessGoals < Struct.new( :license_cost_reduction, :modernize_infrastructure_with_cloud_native_technologies, :reduce_operational_overhead_with_managed_services, :speed_of_migration) SENSITIVE = [] include Aws::Structure end |
#modernize_infrastructure_with_cloud_native_technologies ⇒ Integer
Business goal to modernize infrastructure by moving to cloud native technologies.
534 535 536 537 538 539 540 541 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 534 class BusinessGoals < Struct.new( :license_cost_reduction, :modernize_infrastructure_with_cloud_native_technologies, :reduce_operational_overhead_with_managed_services, :speed_of_migration) SENSITIVE = [] include Aws::Structure end |
#reduce_operational_overhead_with_managed_services ⇒ Integer
Business goal to reduce the operational overhead on the team by moving into managed services.
534 535 536 537 538 539 540 541 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 534 class BusinessGoals < Struct.new( :license_cost_reduction, :modernize_infrastructure_with_cloud_native_technologies, :reduce_operational_overhead_with_managed_services, :speed_of_migration) SENSITIVE = [] include Aws::Structure end |
#speed_of_migration ⇒ Integer
Business goal to achieve migration at a fast pace.
534 535 536 537 538 539 540 541 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 534 class BusinessGoals < Struct.new( :license_cost_reduction, :modernize_infrastructure_with_cloud_native_technologies, :reduce_operational_overhead_with_managed_services, :speed_of_migration) SENSITIVE = [] include Aws::Structure end |