Class: Aws::MigrationHubStrategyRecommendations::Types::NoManagementPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::NoManagementPreference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Object containing the choice of application destination that you specify.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_destination ⇒ Array<String>
The choice of application destination that you specify.
Instance Attribute Details
#target_destination ⇒ Array<String>
The choice of application destination that you specify.
1641 1642 1643 1644 1645 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1641 class NoManagementPreference < Struct.new( :target_destination) SENSITIVE = [] include Aws::Structure end |