Class: Aws::MigrationHubStrategyRecommendations::Types::ApplicationPreferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ApplicationPreferences
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Application preferences that you specify.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#management_preference ⇒ Types::ManagementPreference
Application preferences that you specify to prefer managed environment.
Instance Attribute Details
#management_preference ⇒ Types::ManagementPreference
Application preferences that you specify to prefer managed environment.
383 384 385 386 387 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 383 class ApplicationPreferences < Struct.new( :management_preference) SENSITIVE = [] include Aws::Structure end |