Method: Aws::MigrationHubStrategyRecommendations::Types::ApplicationComponentSummary#count
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#count ⇒ Integer
Contains the count of application type.
367 368 369 370 371 372 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 367 class ApplicationComponentSummary < Struct.new( :app_type, :count) SENSITIVE = [] include Aws::Structure end |