Class: Aws::MigrationHubStrategyRecommendations::Types::ApplicationComponentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ApplicationComponentSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Contains the summary of application components.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_type ⇒ String
Contains the name of application types.
-
#count ⇒ Integer
Contains the count of application type.
Instance Attribute Details
#app_type ⇒ String
Contains the name of application types.
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 |
#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 |