Method: Aws::MigrationHubStrategyRecommendations::Types::ApplicationComponentSummary#count

Defined in:
lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

#countInteger

Contains the count of application type.

Returns:

  • (Integer)


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