Method: Aws::MigrationHubStrategyRecommendations::Types::StrategyOption#is_preferred
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#is_preferred ⇒ Boolean
Indicates if a specific strategy is preferred for the application component.
2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2301 class StrategyOption < Struct.new( :is_preferred, :strategy, :target_destination, :tool_name) SENSITIVE = [] include Aws::Structure end |