Class: Aws::MigrationHubStrategyRecommendations::Types::GetPortfolioSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetPortfolioSummaryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_summary ⇒ Types::AssessmentSummary
An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
Instance Attribute Details
#assessment_summary ⇒ Types::AssessmentSummary
An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1021 class GetPortfolioSummaryResponse < Struct.new( :assessment_summary) SENSITIVE = [] include Aws::Structure end |