Class: Aws::MigrationHubStrategyRecommendations::Types::ApplicationComponentStrategy
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ApplicationComponentStrategy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Contains information about a strategy recommendation for an application component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_preferred ⇒ Boolean
Set to true if the recommendation is set as preferred.
-
#recommendation ⇒ Types::RecommendationSet
Strategy recommendation for the application component.
-
#status ⇒ String
The recommendation status of a strategy for an application component.
Instance Attribute Details
#is_preferred ⇒ Boolean
Set to true if the recommendation is set as preferred.
347 348 349 350 351 352 353 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 347 class ApplicationComponentStrategy < Struct.new( :is_preferred, :recommendation, :status) SENSITIVE = [] include Aws::Structure end |
#recommendation ⇒ Types::RecommendationSet
Strategy recommendation for the application component.
347 348 349 350 351 352 353 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 347 class ApplicationComponentStrategy < Struct.new( :is_preferred, :recommendation, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The recommendation status of a strategy for an application component.
347 348 349 350 351 352 353 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 347 class ApplicationComponentStrategy < Struct.new( :is_preferred, :recommendation, :status) SENSITIVE = [] include Aws::Structure end |