Method: Aws::MigrationHubStrategyRecommendations::Types::AssociatedApplication#name
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#name ⇒ String
Name of the application as defined in Application Discovery Service.
490 491 492 493 494 495 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 490 class AssociatedApplication < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |