Class: Aws::MigrationHubStrategyRecommendations::Types::SelfManageResources
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::SelfManageResources
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Self-managed resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_destination ⇒ Array<String>
Self-managed resources target destination.
Instance Attribute Details
#target_destination ⇒ Array<String>
Self-managed resources target destination.
1876 1877 1878 1879 1880 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1876 class SelfManageResources < Struct.new( :target_destination) SENSITIVE = [] include Aws::Structure end |