Class: Aws::MigrationHubStrategyRecommendations::Types::ApplicationComponentStrategy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

Overview

Contains information about a strategy recommendation for an application component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_preferredBoolean

Set to true if the recommendation is set as preferred.

Returns:

  • (Boolean)


347
348
349
350
351
352
353
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 347

class ApplicationComponentStrategy < Struct.new(
  :is_preferred,
  :recommendation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#recommendationTypes::RecommendationSet

Strategy recommendation for the application component.



347
348
349
350
351
352
353
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 347

class ApplicationComponentStrategy < Struct.new(
  :is_preferred,
  :recommendation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The recommendation status of a strategy for an application component.

Returns:

  • (String)


347
348
349
350
351
352
353
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 347

class ApplicationComponentStrategy < Struct.new(
  :is_preferred,
  :recommendation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end